#81212C

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

Shades of Scarlett #81212C

Tints of Scarlett #81212C

Color information

#81212C (or 0x81212C) is unknown color: approx Scarlett. HEX triplet: 81, 21 and 2C. RGB value is (129,33,44). Sum of RGB (Red+Green+Blue) = 129+33+44=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #81212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81212C is #7EDED3. Grayscale: #3F3F3F. Windows color (decimal): -8314580 or 2892161. OLE color: 2892161.

HSL color Cylindrical-coordinate representation of color #81212C: hue angle of 353.12º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81212C is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1293344-
CMYK00.740.660.49
HSL353.12º59.26%31.76%-
HSV(B)353.12º74.42%50.59%-
XYZ10.055.943-
YUV62.96117.3175.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.62%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=62.62%
G=16.02%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129334400.740.660.49353.1259.2631.76
Hex81212C04A42311613b20
Octal20141540112102615417340
Binary10000001100001101100010010101000010110001101100001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81212C; }

 p { color: rgb(129,33,44); }

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

<style>
 a { background-color: #81212C; }

 a { background-color: rgb(129,33,44); }

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

<style>
 span { border-color: #81212C; }

 span { border-color: rgb(129,33,44); }

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