#811E39

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

Shades of Scarlett #811E39

Tints of Scarlett #811E39

Color information

#811E39 (or 0x811E39) is unknown color: approx Scarlett. HEX triplet: 81, 1E and 39. RGB value is (129,30,57). Sum of RGB (Red+Green+Blue) = 129+30+57=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #811E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811E39 is #7EE1C6. Grayscale: #3E3E3E. Windows color (decimal): -8315335 or 3743361. OLE color: 3743361.

HSL color Cylindrical-coordinate representation of color #811E39: hue angle of 343.64º 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 #811E39 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1293057-
CMYK00.770.560.49
HSL343.64º62.26%31.18%-
HSV(B)343.64º76.74%50.59%-
XYZ10.265.894.47-
YUV62.68124.8175.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.72%
GREEN value IS 30 (12.11% from 255) = 13.89%
BLUE value IS 57 (22.66% from 255) = 26.39%
R=59.72%
G=13.89%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129305700.770.560.49343.6462.2631.18
Hex811E3904D38311583e1f
Octal2013671011570615307637
Binary10000001111101110010100110111100011000110101100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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