#9C2115

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

Shades of Mandarian Orange #9C2115

Tints of Mandarian Orange #9C2115

Color information

#9C2115 (or 0x9C2115) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 21 and 15. RGB value is (156,33,21). Sum of RGB (Red+Green+Blue) = 156+33+21=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2115 is #63DEEA. Grayscale: #444444. Windows color (decimal): -6545131 or 1384860. OLE color: 1384860.

HSL color Cylindrical-coordinate representation of color #9C2115: hue angle of 5.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C2115 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB1563321-
CMYK00.790.870.39
HSL5.33º76.27%34.71%-
HSV(B)5.33º86.54%61.18%-
XYZ14.398.211.54-
YUV68.41101.25190.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 74.29%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 21 (8.59% from 255) = 10%
R=74.29%
G=15.71%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156332100.790.870.395.3376.2734.71
Hex9C211504F572754c23
Octal2344125011712747511443
Binary10011100100001101010100111110101111001111011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C2115; }

 p { color: rgb(156,33,21); }

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

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

 a { background-color: rgb(156,33,21); }

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

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

 span { border-color: rgb(156,33,21); }

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