Html Css Color HEX #812229 Scarlett

📋 copy color: '#812229'

red 129 ◦ green 34 ◦ blue 41

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

Shades of Scarlett #812229

Tints of Scarlett #812229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

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

R = 63.24%
G = 16.67%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#812229 (or 0x812229) is known color: Scarlett. HEX triplet: 81, 22 and 29. RGB value is (129,34,41). Sum of RGB (Red+Green+Blue) = 129+34+41=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #812229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812229 is #7EDDD6. Grayscale: #3F3F3F. Windows color (decimal): -8314327 or 2695809. OLE color: 2695809.

HSL color Cylindrical-coordinate representation of color #812229: hue angle of 355.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812229 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 34 41 -
CMYK 0 0.74 0.68 0.49
HSL 355.58º 0.58% 0.32% -
HSV(B) 355.58º 0.74% 0.51% -
XYZ 10.03 5.97 2.72 -
YUV 63.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 129 34 41 0 0.74 0.68 0.49 355.58 0.58 0.32
Hex 81 22 29 0 4A 44 31 164 3A 20
Octal 201 42 51 0 112 104 61 544 72 40
Binary 10000001 100010 101001 0 1001010 1000100 110001 101100100 111010 100000

Color Harmonies of #812229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812229

Black with #812229

Text Example


Text Example

White with #812229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812229; }

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

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

background-color css

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

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

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

border-color css

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

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

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