#801737

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

Shades of Scarlett #801737

Tints of Scarlett #801737

Color information

#801737 (or 0x801737) is unknown color: approx Scarlett. HEX triplet: 80, 17 and 37. RGB value is (128,23,55). Sum of RGB (Red+Green+Blue) = 128+23+55=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #801737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801737 is #7FE8C8. Grayscale: #3A3A3A. Windows color (decimal): -8382665 or 3610496. OLE color: 3610496.

HSL color Cylindrical-coordinate representation of color #801737: hue angle of 341.71º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801737 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1282355-
CMYK00.820.570.50
HSL341.71º69.54%29.61%-
HSV(B)341.71º82.03%50.2%-
XYZ9.95.484.15-
YUV58.04126.29177.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.14%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=62.14%
G=11.17%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128235500.820.570.50341.7169.5429.61
Hex8017370523932156461e
Octal20027670122716252610636
Binary100000001011111011101010010111001110010101010110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801737; }

 p { color: rgb(128,23,55); }

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

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

 a { background-color: rgb(128,23,55); }

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

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

 span { border-color: rgb(128,23,55); }

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