#811B36

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

Shades of Scarlett #811B36

Tints of Scarlett #811B36

Color information

#811B36 (or 0x811B36) is unknown color: approx Scarlett. HEX triplet: 81, 1B and 36. RGB value is (129,27,54). Sum of RGB (Red+Green+Blue) = 129+27+54=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #811B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B36 is #7EE4C9. Grayscale: #3C3C3C. Windows color (decimal): -8316106 or 3545985. OLE color: 3545985.

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

Color convert

RGB1292754-
CMYK00.790.580.49
HSL344.12º65.38%30.59%-
HSV(B)344.12º79.07%50.59%-
XYZ10.115.724.06-
YUV60.58124.29176.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.43%
GREEN value IS 27 (10.94% from 255) = 12.86%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=61.43%
G=12.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129275400.790.580.49344.1265.3830.59
Hex811B3604F3A31158411f
Octal20133660117726153010137
Binary100000011101111011001001111111010110001101011000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,27,54); }

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

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

 a { background-color: rgb(129,27,54); }

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

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

 span { border-color: rgb(129,27,54); }

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