#99291C

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

Shades of Mandarian Orange #99291C

Tints of Mandarian Orange #99291C

Color information

#99291C (or 0x99291C) is unknown color: approx Mandarian Orange. HEX triplet: 99, 29 and 1C. RGB value is (153,41,28). Sum of RGB (Red+Green+Blue) = 153+41+28=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #99291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99291C is #66D6E3. Grayscale: #494949. Windows color (decimal): -6739684 or 1845657. OLE color: 1845657.

HSL color Cylindrical-coordinate representation of color #99291C: hue angle of 6.24º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99291C is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1534128-
CMYK00.730.820.4
HSL6.24º69.06%35.49%-
HSV(B)6.24º81.7%60%-
XYZ14.148.441.98-
YUV73.01102.61185.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68.92%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=68.92%
G=18.47%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153412800.730.820.46.2469.0635.49
Hex99291C049522864523
Octal2315134011112250610543
Binary10011001101001111000100100110100101010001101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,41,28); }

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

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

 a { background-color: rgb(153,41,28); }

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

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

 span { border-color: rgb(153,41,28); }

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