#9B1915

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

Shades of Mandarian Orange #9B1915

Tints of Mandarian Orange #9B1915

Color information

#9B1915 (or 0x9B1915) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 19 and 15. RGB value is (155,25,21). Sum of RGB (Red+Green+Blue) = 155+25+21=201 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.11% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1915 is #64E6EA. Grayscale: #3F3F3F. Windows color (decimal): -6612715 or 1382811. OLE color: 1382811.

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

Color convert

RGB1552521-
CMYK00.840.860.39
HSL1.79º76.14%34.51%-
HSV(B)1.79º86.45%60.78%-
XYZ147.721.46-
YUV63.41104.07193.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.11%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 21 (8.59% from 255) = 10.45%
R=77.11%
G=12.44%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155252100.840.860.391.7976.1434.51
Hex9B1915054562724c23
Octal2333125012412647211443
Binary100110111100110101010101001010110100111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,25,21); }

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

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

 a { background-color: rgb(155,25,21); }

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

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

 span { border-color: rgb(155,25,21); }

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