Html Css Color HEX #811831 Scarlett

📋 copy color: '#811831'

red 129 ◦ green 24 ◦ blue 49

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

Shades of Scarlett #811831

Tints of Scarlett #811831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.88%

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

R = 63.86%
G = 11.88%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#811831 (or 0x811831) is known color: Scarlett. HEX triplet: 81, 18 and 31. RGB value is (129,24,49). Sum of RGB (Red+Green+Blue) = 129+24+49=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #811831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811831 is #7EE7CE. Grayscale: #3A3A3A. Windows color (decimal): -8316879 or 3217537. OLE color: 3217537.

HSL color Cylindrical-coordinate representation of color #811831: hue angle of 345.71º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811831 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 24 49 -
CMYK 0 0.81 0.62 0.49
HSL 345.71º 0.69% 0.3% -
HSV(B) 345.71º 0.81% 0.51% -
XYZ 9.93 5.54 3.45 -
YUV 58.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 129 24 49 0 0.81 0.62 0.49 345.71 0.69 0.3
Hex 81 18 31 0 51 3E 31 15A 45 1E
Octal 201 30 61 0 121 76 61 532 105 36
Binary 10000001 11000 110001 0 1010001 111110 110001 101011010 1000101 11110

Color Harmonies of #811831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811831

Black with #811831

Text Example


Text Example

White with #811831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811831; }

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

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

background-color css

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

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

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

border-color css

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

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

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