#9B271A

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

Shades of Mandarian Orange #9B271A

Tints of Mandarian Orange #9B271A

Color information

#9B271A (or 0x9B271A) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 27 and 1A. RGB value is (155,39,26). Sum of RGB (Red+Green+Blue) = 155+39+26=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B271A is #64D8E5. Grayscale: #484848. Windows color (decimal): -6609126 or 1714075. OLE color: 1714075.

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

Color convert

RGB1553926-
CMYK00.750.830.39
HSL6.05º71.27%35.49%-
HSV(B)6.05º83.23%60.78%-
XYZ14.438.491.86-
YUV72.2101.93187.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.45%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=70.45%
G=17.73%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155392600.750.830.396.0571.2735.49
Hex9B271A04B532764723
Octal2334732011312347610743
Binary10011011100111110100100101110100111001111101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,39,26); }

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

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

 a { background-color: rgb(155,39,26); }

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

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

 span { border-color: rgb(155,39,26); }

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