#902118

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

Shades of Mandarian Orange #902118

Tints of Mandarian Orange #902118

Color information

#902118 (or 0x902118) is unknown color: approx Mandarian Orange. HEX triplet: 90, 21 and 18. RGB value is (144,33,24). Sum of RGB (Red+Green+Blue) = 144+33+24=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #902118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902118 is #6FDEE7. Grayscale: #414141. Windows color (decimal): -7331560 or 1581456. OLE color: 1581456.

HSL color Cylindrical-coordinate representation of color #902118: hue angle of 4.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #902118 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1443324-
CMYK00.770.830.44
HSL4.5º71.43%32.94%-
HSV(B)4.5º83.33%56.47%-
XYZ12.217.081.59-
YUV65.16104.77184.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 71.64%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=71.64%
G=16.42%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144332400.770.830.444.571.4332.94
Hex90211804D532C54721
Octal2204130011512354510741
Binary10010000100001110000100110110100111011001011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902118; }

 p { color: rgb(144,33,24); }

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

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

 a { background-color: rgb(144,33,24); }

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

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

 span { border-color: rgb(144,33,24); }

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