#811C33

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

Shades of Scarlett #811C33

Tints of Scarlett #811C33

Color information

#811C33 (or 0x811C33) is unknown color: approx Scarlett. HEX triplet: 81, 1C and 33. RGB value is (129,28,51). Sum of RGB (Red+Green+Blue) = 129+28+51=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #811C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C33 is #7EE3CC. Grayscale: #3C3C3C. Windows color (decimal): -8315853 or 3349633. OLE color: 3349633.

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

Color convert

RGB1292851-
CMYK00.780.600.49
HSL346.34º64.33%30.78%-
HSV(B)346.34º78.29%50.59%-
XYZ10.075.743.71-
YUV60.82122.46176.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.02%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=62.02%
G=13.46%
B=24.52%

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
Decimal129285100.780.600.49346.3464.3330.78
Hex811C3304E3C3115a401f
Octal20134630116746153210037
Binary100000011110011001101001110111100110001101011010100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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