#81202D

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

Shades of Scarlett #81202D

Tints of Scarlett #81202D

Color information

#81202D (or 0x81202D) is unknown color: approx Scarlett. HEX triplet: 81, 20 and 2D. RGB value is (129,32,45). Sum of RGB (Red+Green+Blue) = 129+32+45=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #81202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81202D is #7EDFD2. Grayscale: #3E3E3E. Windows color (decimal): -8314835 or 2957441. OLE color: 2957441.

HSL color Cylindrical-coordinate representation of color #81202D: hue angle of 351.96º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81202D is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1293245-
CMYK00.750.650.49
HSL351.96º60.25%31.57%-
HSV(B)351.96º75.19%50.59%-
XYZ10.045.893.09-
YUV62.48118.14175.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.62%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=62.62%
G=15.53%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129324500.750.650.49351.9660.2531.57
Hex81202D04B41311603c20
Octal20140550113101615407440
Binary10000001100000101101010010111000001110001101100000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81202D; }

 p { color: rgb(129,32,45); }

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

<style>
 a { background-color: #81202D; }

 a { background-color: rgb(129,32,45); }

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

<style>
 span { border-color: #81202D; }

 span { border-color: rgb(129,32,45); }

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