#90201C

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

Shades of Mandarian Orange #90201C

Tints of Mandarian Orange #90201C

Color information

#90201C (or 0x90201C) is unknown color: approx Mandarian Orange. HEX triplet: 90, 20 and 1C. RGB value is (144,32,28). Sum of RGB (Red+Green+Blue) = 144+32+28=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #90201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90201C is #6FDFE3. Grayscale: #414141. Windows color (decimal): -7331812 or 1843344. OLE color: 1843344.

HSL color Cylindrical-coordinate representation of color #90201C: hue angle of 2.07º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90201C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1443228-
CMYK00.780.810.44
HSL2.07º67.44%33.73%-
HSV(B)2.07º80.56%56.47%-
XYZ12.237.051.81-
YUV65.03107.11184.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 70.59%
GREEN value IS 32 (12.89% from 255) = 15.69%
BLUE value IS 28 (11.33% from 255) = 13.73%
R=70.59%
G=15.69%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144322800.780.810.442.0767.4433.73
Hex90201C04E512C24322
Octal2204034011612154210342
Binary1001000010000011100010011101010001101100101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90201C; }

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

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

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

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

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

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

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

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