#9B2315

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

Shades of Mandarian Orange #9B2315

Tints of Mandarian Orange #9B2315

Color information

#9B2315 (or 0x9B2315) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 23 and 15. RGB value is (155,35,21). Sum of RGB (Red+Green+Blue) = 155+35+21=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2315 is #64DCEA. Grayscale: #454545. Windows color (decimal): -6610155 or 1385371. OLE color: 1385371.

HSL color Cylindrical-coordinate representation of color #9B2315: hue angle of 6.27º degrees, saturation: 0.76, 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 #9B2315 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1553521-
CMYK00.770.860.39
HSL6.27º76.14%34.51%-
HSV(B)6.27º86.45%60.78%-
XYZ14.258.221.55-
YUV69.28100.76189.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.46%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=73.46%
G=16.59%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155352100.770.860.396.2776.1434.51
Hex9B231504D562764c23
Octal2334325011512647611443
Binary10011011100011101010100110110101101001111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,35,21); }

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

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

 a { background-color: rgb(155,35,21); }

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

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

 span { border-color: rgb(155,35,21); }

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