Html Css Color HEX #811929 Scarlett

📋 copy color: '#811929'

red 129 ◦ green 25 ◦ blue 41

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

Shades of Scarlett #811929

Tints of Scarlett #811929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

 BLUE value IS 41 (16.41% from 255) = 21.03%

R = 66.15%
G = 12.82%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#811929 (or 0x811929) is known color: Scarlett. HEX triplet: 81, 19 and 29. RGB value is (129,25,41). Sum of RGB (Red+Green+Blue) = 129+25+41=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #811929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811929 is #7EE6D6. Grayscale: #393939. Windows color (decimal): -8316631 or 2693505. OLE color: 2693505.

HSL color Cylindrical-coordinate representation of color #811929: hue angle of 350.77º degrees, saturation: 0.68, 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 #811929 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 25 41 -
CMYK 0 0.81 0.68 0.49
HSL 350.77º 0.68% 0.3% -
HSV(B) 350.77º 0.81% 0.51% -
XYZ 9.8 5.52 2.65 -
YUV 57.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 129 25 41 0 0.81 0.68 0.49 350.77 0.68 0.3
Hex 81 19 29 0 51 44 31 15F 44 1E
Octal 201 31 51 0 121 104 61 537 104 36
Binary 10000001 11001 101001 0 1010001 1000100 110001 101011111 1000100 11110

Color Harmonies of #811929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811929

Black with #811929

Text Example


Text Example

White with #811929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811929; }

 p { color: rgb(129,25,41); }

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

background-color css

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

 a { background-color: rgb(129,25,41); }

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

border-color css

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

 span { border-color: rgb(129,25,41); }

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