#9D2515

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

Shades of Mandarian Orange #9D2515

Tints of Mandarian Orange #9D2515

Color information

#9D2515 (or 0x9D2515) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 25 and 15. RGB value is (157,37,21). Sum of RGB (Red+Green+Blue) = 157+37+21=215 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.02% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2515 is #62DAEA. Grayscale: #474747. Windows color (decimal): -6478571 or 1385885. OLE color: 1385885.

HSL color Cylindrical-coordinate representation of color #9D2515: hue angle of 7.06º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D2515 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB1573721-
CMYK00.760.870.38
HSL7.06º76.4%34.9%-
HSV(B)7.06º86.62%61.57%-
XYZ14.78.551.58-
YUV71.0699.76189.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 73.02%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 21 (8.59% from 255) = 9.77%
R=73.02%
G=17.21%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157372100.760.870.387.0676.434.9
Hex9D251504C572674c23
Octal2354525011412746711443
Binary10011101100101101010100110010101111001101111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,37,21); }

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

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

 a { background-color: rgb(157,37,21); }

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

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

 span { border-color: rgb(157,37,21); }

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