#811E28

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

Shades of Scarlett #811E28

Tints of Scarlett #811E28

Color information

#811E28 (or 0x811E28) is unknown color: approx Scarlett. HEX triplet: 81, 1E and 28. RGB value is (129,30,40). Sum of RGB (Red+Green+Blue) = 129+30+40=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #811E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811E28 is #7EE1D7. Grayscale: #3C3C3C. Windows color (decimal): -8315352 or 2629249. OLE color: 2629249.

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

Color convert

RGB1293040-
CMYK00.770.690.49
HSL353.94º62.26%31.18%-
HSV(B)353.94º76.74%50.59%-
XYZ9.95.752.6-
YUV60.74116.3176.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.82%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=64.82%
G=15.08%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129304000.770.690.49353.9462.2631.18
Hex811E2804D45311623e1f
Octal20136500115105615427637
Binary100000011111010100001001101100010111000110110001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,30,40); }

 H1.HeaderClassName
 {
   color: #811E28;
 }
 .AnyTagClassName
 {
   color: #811E28;
 }
</style>
background-color css

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

 a { background-color: rgb(129,30,40); }

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

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

 span { border-color: rgb(129,30,40); }

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