Html Css Color HEX #851520 Scarlett

📋 copy color: '#851520'

red 133 ◦ green 21 ◦ blue 32

#851520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlett #851520

Tints of Scarlett #851520

RGB

 RED value IS 133 (52.34% from 255) = 71.51%

 GREEN value IS 21 (8.59% from 255) = 11.29%

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 71.51%
G = 11.29%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#851520 (or 0x851520) is known color: Scarlett. HEX triplet: 85, 15 and 20. RGB value is (133,21,32). Sum of RGB (Red+Green+Blue) = 133+21+32=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #851520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851520 is #7AEADF. Grayscale: #373737. Windows color (decimal): -8055520 or 2102661. OLE color: 2102661.

HSL color Cylindrical-coordinate representation of color #851520: hue angle of 354.11º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851520 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 32 -
CMYK 0 0.84 0.76 0.48
HSL 354.11º 0.73% 0.3% -
HSV(B) 354.11º 0.84% 0.52% -
XYZ 10.2 5.63 1.91 -
YUV 55.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 133 21 32 0 0.84 0.76 0.48 354.11 0.73 0.3
Hex 85 15 20 0 54 4C 30 162 49 1E
Octal 205 25 40 0 124 114 60 542 111 36
Binary 10000101 10101 100000 0 1010100 1001100 110000 101100010 1001001 11110

Color Harmonies of #851520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851520

Black with #851520

Text Example


Text Example

White with #851520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851520; }

 p { color: rgb(133,21,32); }

 H1.HeaderClassName
 {
   color: #851520;
 }
 .AnyTagClassName
 {
   color: #851520;
 }
</style>

background-color css

<style>
 a { background-color: #851520; }

 a { background-color: rgb(133,21,32); }

 div.DivClassName
 {
   background-color: #851520;
 }
 .BgClassName
 {
   background-color: #851520;
 }
</style>

border-color css

<style>
 span { border-color: #851520; }

 span { border-color: rgb(133,21,32); }

 td.TdClassName
 {
   border-color: #851520;
 }
 .TagClassName
 {
   border-color: #851520;
 }
</style>