#802430

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

Shades of Scarlett #802430

Tints of Scarlett #802430

Color information

#802430 (or 0x802430) is unknown color: approx Scarlett. HEX triplet: 80, 24 and 30. RGB value is (128,36,48). Sum of RGB (Red+Green+Blue) = 128+36+48=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #802430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802430 is #7FDBCF. Grayscale: #404040. Windows color (decimal): -8379344 or 3155072. OLE color: 3155072.

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

Color convert

RGB1283648-
CMYK00.720.620.50
HSL352.17º56.1%32.16%-
HSV(B)352.17º71.88%50.2%-
XYZ10.076.063.44-
YUV64.88118.48173.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.38%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=60.38%
G=16.98%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128364800.720.620.50352.1756.132.16
Hex8024300483E321603820
Octal2004460011076625407040
Binary1000000010010011000001001000111110110010101100000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802430; }

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

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

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

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

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

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

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

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