#811B38

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

Shades of Scarlett #811B38

Tints of Scarlett #811B38

Color information

#811B38 (or 0x811B38) is unknown color: approx Scarlett. HEX triplet: 81, 1B and 38. RGB value is (129,27,56). Sum of RGB (Red+Green+Blue) = 129+27+56=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #811B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B38 is #7EE4C7. Grayscale: #3C3C3C. Windows color (decimal): -8316104 or 3677057. OLE color: 3677057.

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

Color convert

RGB1292756-
CMYK00.790.570.49
HSL342.94º65.38%30.59%-
HSV(B)342.94º79.07%50.59%-
XYZ10.165.744.31-
YUV60.8125.29176.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.85%
GREEN value IS 27 (10.94% from 255) = 12.74%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=60.85%
G=12.74%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129275600.790.570.49342.9465.3830.59
Hex811B3804F3931157411f
Octal20133700117716152710137
Binary100000011101111100001001111111001110001101010111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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