#811b2d

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

Shades of Scarlett #811B2D

Tints of Scarlett #811B2D

Color information

#811B2D (or 0x811B2D) is unknown color: approx Scarlett. HEX triplet: 81, 1B and 2D. RGB value is (129,27,45). Sum of RGB (Red+Green+Blue) = 129+27+45=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #811B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B2D is #7EE4D2. Grayscale: #3B3B3B. Windows color (decimal): -8316115 or 2956161. OLE color: 2956161.

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

Color convert

RGB1292745-
CMYK00.790.650.49
HSL349.41º65.38%30.59%-
HSV(B)349.41º79.07%50.59%-
XYZ9.925.643.05-
YUV59.55119.79177.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.18%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=64.18%
G=13.43%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129274500.790.650.49349.4165.3830.59
Hex811B2D04F413115d411f
Octal201335501171016153510137
Binary1000000111011101101010011111000001110001101011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811b2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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