#99180F

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

Shades of Mandarian Orange #99180F

Tints of Mandarian Orange #99180F

Color information

#99180F (or 0x99180F) is unknown color: approx Mandarian Orange. HEX triplet: 99, 18 and 0F. RGB value is (153,24,15). Sum of RGB (Red+Green+Blue) = 153+24+15=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #99180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99180F is #66E7F0. Grayscale: #3D3D3D. Windows color (decimal): -6744049 or 989337. OLE color: 989337.

HSL color Cylindrical-coordinate representation of color #99180F: hue angle of 3.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99180F is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1532415-
CMYK00.840.900.4
HSL3.91º82.14%32.94%-
HSV(B)3.91º90.2%60%-
XYZ13.557.461.18-
YUV61.54101.74193.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.69%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=79.69%
G=12.5%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153241500.840.900.43.9182.1432.94
Hex9918F0545A2845221
Octal2313017012413250412241
Binary100110011100011110101010010110101010001001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99180F; }

 p { color: rgb(153,24,15); }

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

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

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

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

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

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

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