#9B2116

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

Shades of Mandarian Orange #9B2116

Tints of Mandarian Orange #9B2116

Color information

#9B2116 (or 0x9B2116) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 21 and 16. RGB value is (155,33,22). Sum of RGB (Red+Green+Blue) = 155+33+22=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2116 is #64DEE9. Grayscale: #444444. Windows color (decimal): -6610666 or 1450395. OLE color: 1450395.

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

Color convert

RGB1553322-
CMYK00.790.860.39
HSL4.96º75.14%34.71%-
HSV(B)4.96º85.81%60.78%-
XYZ14.218.111.58-
YUV68.22101.92189.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.81%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 22 (8.98% from 255) = 10.48%
R=73.81%
G=15.71%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155332200.790.860.394.9675.1434.71
Hex9B211604F562754b23
Octal2334126011712647511343
Binary10011011100001101100100111110101101001111011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,33,22); }

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

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

 a { background-color: rgb(155,33,22); }

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

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

 span { border-color: rgb(155,33,22); }

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