#802732

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

Shades of Scarlett #802732

Tints of Scarlett #802732

Color information

#802732 (or 0x802732) is unknown color: approx Scarlett. HEX triplet: 80, 27 and 32. RGB value is (128,39,50). Sum of RGB (Red+Green+Blue) = 128+39+50=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #802732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802732 is #7FD8CD. Grayscale: #424242. Windows color (decimal): -8378574 or 3286912. OLE color: 3286912.

HSL color Cylindrical-coordinate representation of color #802732: hue angle of 352.58º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802732 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1283950-
CMYK00.700.610.50
HSL352.58º53.29%32.75%-
HSV(B)352.58º69.53%50.2%-
XYZ10.26.273.69-
YUV66.86118.49171.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.99%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=58.99%
G=17.97%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128395000.700.610.50352.5853.2932.75
Hex8027320463D321613521
Octal2004762010675625416541
Binary1000000010011111001001000110111101110010101100001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802732; }

 p { color: rgb(128,39,50); }

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

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

 a { background-color: rgb(128,39,50); }

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

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

 span { border-color: rgb(128,39,50); }

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