#90281E

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

Shades of Mandarian Orange #90281E

Tints of Mandarian Orange #90281E

Color information

#90281E (or 0x90281E) is unknown color: approx Mandarian Orange. HEX triplet: 90, 28 and 1E. RGB value is (144,40,30). Sum of RGB (Red+Green+Blue) = 144+40+30=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #90281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90281E is #6FD7E1. Grayscale: #464646. Windows color (decimal): -7329762 or 1976464. OLE color: 1976464.

HSL color Cylindrical-coordinate representation of color #90281E: hue angle of 5.26º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90281E is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB1444030-
CMYK00.720.790.44
HSL5.26º65.52%34.12%-
HSV(B)5.26º79.17%56.47%-
XYZ12.497.542.03-
YUV69.96105.46180.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 67.29%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 30 (12.11% from 255) = 14.02%
R=67.29%
G=18.69%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144403000.720.790.445.2665.5234.12
Hex90281E0484F2C54222
Octal2205036011011754510242
Binary10010000101000111100100100010011111011001011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90281E; }

 p { color: rgb(144,40,30); }

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

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

 a { background-color: rgb(144,40,30); }

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

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

 span { border-color: rgb(144,40,30); }

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