#9B2320

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

Shades of Mandarian Orange #9B2320

Tints of Mandarian Orange #9B2320

Color information

#9B2320 (or 0x9B2320) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 23 and 20. RGB value is (155,35,32). Sum of RGB (Red+Green+Blue) = 155+35+32=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2320 is #64DCDF. Grayscale: #464646. Windows color (decimal): -6610144 or 2106267. OLE color: 2106267.

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

Color convert

RGB1553532-
CMYK00.770.790.39
HSL1.46º65.78%36.67%-
HSV(B)1.46º79.35%60.78%-
XYZ14.388.272.21-
YUV70.54106.26188.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 69.82%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 32 (12.89% from 255) = 14.41%
R=69.82%
G=15.77%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155353200.770.790.391.4665.7836.67
Hex9B232004D4F2714225
Octal2334340011511747110245
Binary1001101110001110000001001101100111110011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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