#802420

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

Shades of Mandarian Orange #802420

Tints of Mandarian Orange #802420

Color information

#802420 (or 0x802420) is unknown color: approx Mandarian Orange. HEX triplet: 80, 24 and 20. RGB value is (128,36,32). Sum of RGB (Red+Green+Blue) = 128+36+32=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #802420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802420 is #7FDBDF. Grayscale: #3F3F3F. Windows color (decimal): -8379360 or 2106496. OLE color: 2106496.

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

Color convert

RGB1283632-
CMYK00.720.750.50
HSL2.5º60%31.37%-
HSV(B)2.5º75%50.2%-
XYZ9.795.962-
YUV63.05110.48174.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 65.31%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=65.31%
G=18.37%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128363200.720.750.502.56031.37
Hex8024200484B3233c1f
Octal200444001101136237437
Binary100000001001001000000100100010010111100101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802420; }

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

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

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

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

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

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

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

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