#9B2313

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

Shades of Mandarian Orange #9B2313

Tints of Mandarian Orange #9B2313

Color information

#9B2313 (or 0x9B2313) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 23 and 13. RGB value is (155,35,19). Sum of RGB (Red+Green+Blue) = 155+35+19=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2313 is #64DCEC. Grayscale: #454545. Windows color (decimal): -6610157 or 1254299. OLE color: 1254299.

HSL color Cylindrical-coordinate representation of color #9B2313: hue angle of 7.06º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B2313 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB1553519-
CMYK00.770.880.39
HSL7.06º78.16%34.12%-
HSV(B)7.06º87.74%60.78%-
XYZ14.248.221.45-
YUV69.0699.76189.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 74.16%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 19 (7.81% from 255) = 9.09%
R=74.16%
G=16.75%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155351900.770.880.397.0678.1634.12
Hex9B231304D582774e22
Octal2334323011513047711642
Binary10011011100011100110100110110110001001111111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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