#9B2622

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

Shades of Mandarian Orange #9B2622

Tints of Mandarian Orange #9B2622

Color information

#9B2622 (or 0x9B2622) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 26 and 22. RGB value is (155,38,34). Sum of RGB (Red+Green+Blue) = 155+38+34=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2622 is #64D9DD. Grayscale: #484848. Windows color (decimal): -6609374 or 2238107. OLE color: 2238107.

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

Color convert

RGB1553834-
CMYK00.750.780.39
HSL1.98º64.02%37.06%-
HSV(B)1.98º78.06%60.78%-
XYZ14.58.472.38-
YUV72.53106.26186.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.28%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=68.28%
G=16.74%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155383400.750.780.391.9864.0237.06
Hex9B262204B4E2724025
Octal2334642011311647210045
Binary10011011100110100010010010111001110100111101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,38,34); }

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

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

 a { background-color: rgb(155,38,34); }

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

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

 span { border-color: rgb(155,38,34); }

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