#802530

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

Shades of Scarlett #802530

Tints of Scarlett #802530

Color information

#802530 (or 0x802530) is unknown color: approx Scarlett. HEX triplet: 80, 25 and 30. RGB value is (128,37,48). Sum of RGB (Red+Green+Blue) = 128+37+48=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #802530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802530 is #7FDACF. Grayscale: #414141. Windows color (decimal): -8379088 or 3155328. OLE color: 3155328.

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

Color convert

RGB1283748-
CMYK00.710.620.50
HSL352.75º55.15%32.35%-
HSV(B)352.75º71.09%50.2%-
XYZ10.16.133.45-
YUV65.46118.15172.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.09%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=60.09%
G=17.37%
B=22.54%

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
Decimal128374800.710.620.50352.7555.1532.35
Hex8025300473E321613720
Octal2004560010776625416740
Binary1000000010010111000001000111111110110010101100001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802530; }

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

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

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

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

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

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

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

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