Html Css Color HEX #811B31 Scarlett

📋 copy color: '#811B31'

red 129 ◦ green 27 ◦ blue 49

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

Shades of Scarlett #811B31

Tints of Scarlett #811B31

RGB

 RED value IS 129 (50.78% from 255) = 62.93%

 GREEN value IS 27 (10.94% from 255) = 13.17%

 BLUE value IS 49 (19.53% from 255) = 23.9%

R = 62.93%
G = 13.17%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#811B31 (or 0x811B31) is known color: Scarlett. HEX triplet: 81, 1B and 31. RGB value is (129,27,49). Sum of RGB (Red+Green+Blue) = 129+27+49=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #811B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B31 is #7EE4CE. Grayscale: #3C3C3C. Windows color (decimal): -8316111 or 3218305. OLE color: 3218305.

HSL color Cylindrical-coordinate representation of color #811B31: hue angle of 347.06º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811B31 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 27 49 -
CMYK 0 0.79 0.62 0.49
HSL 347.06º 0.65% 0.31% -
HSV(B) 347.06º 0.79% 0.51% -
XYZ 10 5.67 3.47 -
YUV 60.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 129 27 49 0 0.79 0.62 0.49 347.06 0.65 0.31
Hex 81 1B 31 0 4F 3E 31 15B 41 1F
Octal 201 33 61 0 117 76 61 533 101 37
Binary 10000001 11011 110001 0 1001111 111110 110001 101011011 1000001 11111

Color Harmonies of #811B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811B31

Black with #811B31

Text Example


Text Example

White with #811B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811B31; }

 p { color: rgb(129,27,49); }

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

background-color css

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

 a { background-color: rgb(129,27,49); }

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

border-color css

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

 span { border-color: rgb(129,27,49); }

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