#811A33

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

Shades of Scarlett #811A33

Tints of Scarlett #811A33

Color information

#811A33 (or 0x811A33) is unknown color: approx Scarlett. HEX triplet: 81, 1A and 33. RGB value is (129,26,51). Sum of RGB (Red+Green+Blue) = 129+26+51=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #811A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811A33 is #7EE5CC. Grayscale: #3B3B3B. Windows color (decimal): -8316365 or 3349121. OLE color: 3349121.

HSL color Cylindrical-coordinate representation of color #811A33: hue angle of 345.44º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A33 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1292651-
CMYK00.800.600.49
HSL345.44º66.45%30.39%-
HSV(B)345.44º79.84%50.59%-
XYZ10.025.643.69-
YUV59.65123.12177.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.62%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=62.62%
G=12.62%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129265100.800.600.49345.4466.4530.39
Hex811A330503C31159421e
Octal20132630120746153110236
Binary100000011101011001101010000111100110001101011001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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