#802433

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

Shades of Scarlett #802433

Tints of Scarlett #802433

Color information

#802433 (or 0x802433) is unknown color: approx Scarlett. HEX triplet: 80, 24 and 33. RGB value is (128,36,51). Sum of RGB (Red+Green+Blue) = 128+36+51=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #802433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802433 is #7FDBCC. Grayscale: #414141. Windows color (decimal): -8379341 or 3351680. OLE color: 3351680.

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

Color convert

RGB1283651-
CMYK00.720.600.50
HSL350.22º56.1%32.16%-
HSV(B)350.22º71.88%50.2%-
XYZ10.136.093.77-
YUV65.22119.98172.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.53%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=59.53%
G=16.74%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128365100.720.600.50350.2256.132.16
Hex8024330483C3215e3820
Octal2004463011074625367040
Binary1000000010010011001101001000111100110010101011110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802433; }

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

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

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

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

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

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

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

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