#812229

Color #812229 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #812229

Tints of Scarlett #812229

Color information

#812229 (or 0x812229) is unknown color: approx 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

RGB1293441-
CMYK00.740.680.49
HSL355.58º58.28%31.96%-
HSV(B)355.58º73.64%50.59%-
XYZ10.035.972.72-
YUV63.2115.47174.93-

RGB Variations

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

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.10%
R=63.24%
G=16.67%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129344100.740.680.49355.5858.2831.96
Hex81222904A44311643a20
Octal20142510112104615447240
Binary10000001100010101001010010101000100110001101100100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>