#802531

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

Shades of Scarlett #802531

Tints of Scarlett #802531

Color information

#802531 (or 0x802531) is unknown color: approx Scarlett. HEX triplet: 80, 25 and 31. RGB value is (128,37,49). Sum of RGB (Red+Green+Blue) = 128+37+49=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #802531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802531 is #7FDACE. Grayscale: #414141. Windows color (decimal): -8379087 or 3220864. OLE color: 3220864.

HSL color Cylindrical-coordinate representation of color #802531: hue angle of 352.09º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802531 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1283749-
CMYK00.710.620.50
HSL352.09º55.15%32.35%-
HSV(B)352.09º71.09%50.2%-
XYZ10.126.133.56-
YUV65.58118.65172.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.81%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=59.81%
G=17.29%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128374900.710.620.50352.0955.1532.35
Hex8025310473E321603720
Octal2004561010776625406740
Binary1000000010010111000101000111111110110010101100000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802531; }

 p { color: rgb(128,37,49); }

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

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

 a { background-color: rgb(128,37,49); }

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

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

 span { border-color: rgb(128,37,49); }

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