#802422

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

Shades of Mandarian Orange #802422

Tints of Mandarian Orange #802422

Color information

#802422 (or 0x802422) is unknown color: approx Mandarian Orange. HEX triplet: 80, 24 and 22. RGB value is (128,36,34). Sum of RGB (Red+Green+Blue) = 128+36+34=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #802422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802422 is #7FDBDD. Grayscale: #3F3F3F. Windows color (decimal): -8379358 or 2237568. OLE color: 2237568.

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

Color convert

RGB1283634-
CMYK00.720.730.50
HSL1.28º58.02%31.76%-
HSV(B)1.28º73.44%50.2%-
XYZ9.825.972.15-
YUV63.28111.48174.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.65%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 34 (13.67% from 255) = 17.17%
R=64.65%
G=18.18%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128363400.720.730.501.2858.0231.76
Hex802422048493213a20
Octal200444201101116217240
Binary100000001001001000100100100010010011100101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802422; }

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

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

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

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

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

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

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

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