#901818

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

Shades of Mandarian Orange #901818

Tints of Mandarian Orange #901818

Color information

#901818 (or 0x901818) is unknown color: approx Mandarian Orange. HEX triplet: 90, 18 and 18. RGB value is (144,24,24). Sum of RGB (Red+Green+Blue) = 144+24+24=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #901818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901818 is #6FE7E7. Grayscale: #3C3C3C. Windows color (decimal): -7333864 or 1579152. OLE color: 1579152.

HSL color Cylindrical-coordinate representation of color #901818: hue angle of 0º 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 #901818 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1442424-
CMYK00.830.830.44
HSL71.43%32.94%-
HSV(B)83.33%56.47%-
XYZ11.996.651.52-
YUV59.88107.76188-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 75%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 24 (9.77% from 255) = 12.5%
R=75%
G=12.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144242400.830.830.44071.4332.94
Hex901818053532C04721
Octal2203030012312354010741
Binary10010000110001100001010011101001110110001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901818; }

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

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

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

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

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

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

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

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