#9B211E

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

Shades of Mandarian Orange #9B211E

Tints of Mandarian Orange #9B211E

Color information

#9B211E (or 0x9B211E) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 21 and 1E. RGB value is (155,33,30). Sum of RGB (Red+Green+Blue) = 155+33+30=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B211E is #64DEE1. Grayscale: #454545. Windows color (decimal): -6610658 or 1974683. OLE color: 1974683.

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

Color convert

RGB1553330-
CMYK00.790.810.39
HSL1.44º67.57%36.27%-
HSV(B)1.44º80.65%60.78%-
XYZ14.38.152.05-
YUV69.14105.92189.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.10%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 30 (12.11% from 255) = 13.76%
R=71.10%
G=15.14%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155333000.790.810.391.4467.5736.27
Hex9B211E04F512714424
Octal2334136011712147110444
Binary100110111000011111001001111101000110011111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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