#811D34

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

Shades of Scarlett #811D34

Tints of Scarlett #811D34

Color information

#811D34 (or 0x811D34) is unknown color: approx Scarlett. HEX triplet: 81, 1D and 34. RGB value is (129,29,52). Sum of RGB (Red+Green+Blue) = 129+29+52=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #811D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D34 is #7EE2CB. Grayscale: #3D3D3D. Windows color (decimal): -8315596 or 3415425. OLE color: 3415425.

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

Color convert

RGB1292952-
CMYK00.780.600.49
HSL346.2º63.29%30.98%-
HSV(B)346.2º77.52%50.59%-
XYZ10.115.793.83-
YUV61.52122.63176.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.43%
GREEN value IS 29 (11.72% from 255) = 13.81%
BLUE value IS 52 (20.70% from 255) = 24.76%
R=61.43%
G=13.81%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129295200.780.600.49346.263.2930.98
Hex811D3404E3C3115a3f1f
Octal2013564011674615327737
Binary10000001111011101000100111011110011000110101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,29,52); }

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

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

 a { background-color: rgb(129,29,52); }

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

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

 span { border-color: rgb(129,29,52); }

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