#801736

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

Shades of Scarlett #801736

Tints of Scarlett #801736

Color information

#801736 (or 0x801736) is unknown color: approx Scarlett. HEX triplet: 80, 17 and 36. RGB value is (128,23,54). Sum of RGB (Red+Green+Blue) = 128+23+54=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #801736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801736 is #7FE8C9. Grayscale: #393939. Windows color (decimal): -8382666 or 3544960. OLE color: 3544960.

HSL color Cylindrical-coordinate representation of color #801736: hue angle of 342.29º 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 #801736 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB1282354-
CMYK00.820.580.50
HSL342.29º69.54%29.61%-
HSV(B)342.29º82.03%50.2%-
XYZ9.875.474.03-
YUV57.93125.79177.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.44%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=62.44%
G=11.22%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128235400.820.580.50342.2969.5429.61
Hex8017360523A32156461e
Octal20027660122726252610636
Binary100000001011111011001010010111010110010101010110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801736; }

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

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

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

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

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

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

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

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