#811B2B

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

Shades of Scarlett #811B2B

Tints of Scarlett #811B2B

Color information

#811B2B (or 0x811B2B) is unknown color: approx Scarlett. HEX triplet: 81, 1B and 2B. RGB value is (129,27,43). Sum of RGB (Red+Green+Blue) = 129+27+43=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #811B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B2B is #7EE4D4. Grayscale: #3B3B3B. Windows color (decimal): -8316117 or 2825089. OLE color: 2825089.

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

Color convert

RGB1292743-
CMYK00.790.670.49
HSL350.59º65.38%30.59%-
HSV(B)350.59º79.07%50.59%-
XYZ9.885.632.85-
YUV59.32118.79177.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.82%
GREEN value IS 27 (10.94% from 255) = 13.57%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=64.82%
G=13.57%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129274300.790.670.49350.5965.3830.59
Hex811B2B04F433115f411f
Octal201335301171036153710137
Binary1000000111011101011010011111000011110001101011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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