#811D33

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

Shades of Scarlett #811D33

Tints of Scarlett #811D33

Color information

#811D33 (or 0x811D33) is unknown color: approx Scarlett. HEX triplet: 81, 1D and 33. RGB value is (129,29,51). Sum of RGB (Red+Green+Blue) = 129+29+51=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #811D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D33 is #7EE2CC. Grayscale: #3D3D3D. Windows color (decimal): -8315597 or 3349889. OLE color: 3349889.

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

Color convert

RGB1292951-
CMYK00.780.600.49
HSL346.8º63.29%30.98%-
HSV(B)346.8º77.52%50.59%-
XYZ10.095.783.72-
YUV61.41122.13176.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.72%
GREEN value IS 29 (11.72% from 255) = 13.88%
BLUE value IS 51 (20.31% from 255) = 24.40%
R=61.72%
G=13.88%
B=24.40%

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
Decimal129295100.780.600.49346.863.2930.98
Hex811D3304E3C3115b3f1f
Octal2013563011674615337737
Binary10000001111011100110100111011110011000110101101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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