#902A20

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

Shades of Mandarian Orange #902A20

Tints of Mandarian Orange #902A20

Color information

#902A20 (or 0x902A20) is unknown color: approx Mandarian Orange. HEX triplet: 90, 2A and 20. RGB value is (144,42,32). Sum of RGB (Red+Green+Blue) = 144+42+32=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #902A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902A20 is #6FD5DF. Grayscale: #474747. Windows color (decimal): -7329248 or 2108048. OLE color: 2108048.

HSL color Cylindrical-coordinate representation of color #902A20: hue angle of 5.36º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902A20 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB1444232-
CMYK00.710.780.44
HSL5.36º63.64%34.51%-
HSV(B)5.36º77.78%56.47%-
XYZ12.597.692.19-
YUV71.36105.79179.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 66.06%
GREEN value IS 42 (16.80% from 255) = 19.27%
BLUE value IS 32 (12.89% from 255) = 14.68%
R=66.06%
G=19.27%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144423200.710.780.445.3663.6434.51
Hex902A200474E2C54023
Octal2205240010711654510043
Binary100100001010101000000100011110011101011001011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902A20; }

 p { color: rgb(144,42,32); }

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

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

 a { background-color: rgb(144,42,32); }

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

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

 span { border-color: rgb(144,42,32); }

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