#902011

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

Shades of Mandarian Orange #902011

Tints of Mandarian Orange #902011

Color information

#902011 (or 0x902011) is unknown color: approx Mandarian Orange. HEX triplet: 90, 20 and 11. RGB value is (144,32,17). Sum of RGB (Red+Green+Blue) = 144+32+17=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #902011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902011 is #6FDFEE. Grayscale: #3F3F3F. Windows color (decimal): -7331823 or 1122448. OLE color: 1122448.

HSL color Cylindrical-coordinate representation of color #902011: hue angle of 7.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #902011 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB1443217-
CMYK00.780.880.44
HSL7.09º78.88%31.57%-
HSV(B)7.09º88.19%56.47%-
XYZ12.1271.24-
YUV63.78101.61185.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 74.61%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=74.61%
G=16.58%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144321700.780.880.447.0978.8831.57
Hex90201104E582C74f20
Octal2204021011613054711740
Binary10010000100000100010100111010110001011001111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902011; }

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

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

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

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

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

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

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

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