#811B3C

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

Shades of Scarlett #811B3C

Tints of Scarlett #811B3C

Color information

#811B3C (or 0x811B3C) is unknown color: approx Scarlett. HEX triplet: 81, 1B and 3C. RGB value is (129,27,60). Sum of RGB (Red+Green+Blue) = 129+27+60=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #811B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B3C is #7EE4C3. Grayscale: #3D3D3D. Windows color (decimal): -8316100 or 3939201. OLE color: 3939201.

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

Color convert

RGB1292760-
CMYK00.790.530.49
HSL340.59º65.38%30.59%-
HSV(B)340.59º79.07%50.59%-
XYZ10.265.784.85-
YUV61.26127.29176.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.72%
GREEN value IS 27 (10.94% from 255) = 12.5%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=59.72%
G=12.5%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129276000.790.530.49340.5965.3830.59
Hex811B3C04F3531155411f
Octal20133740117656152510137
Binary100000011101111110001001111110101110001101010101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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