#9D2710

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

Shades of Mandarian Orange #9D2710

Tints of Mandarian Orange #9D2710

Color information

#9D2710 (or 0x9D2710) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 27 and 10. RGB value is (157,39,16). Sum of RGB (Red+Green+Blue) = 157+39+16=212 (28% of max value = 765). Red value is 157 (61.72% from 255 or 74.06% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2710 is #62D8EF. Grayscale: #474747. Windows color (decimal): -6478064 or 1058717. OLE color: 1058717.

HSL color Cylindrical-coordinate representation of color #9D2710: hue angle of 9.79º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D2710 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB1573916-
CMYK00.750.900.38
HSL9.79º81.5%33.92%-
HSV(B)9.79º89.81%61.57%-
XYZ14.728.661.39-
YUV71.6696.59188.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 74.06%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 16 (6.64% from 255) = 7.55%
R=74.06%
G=18.40%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157391600.750.900.389.7981.533.92
Hex9D271004B5A26a5222
Octal23547200113132461212242
Binary100111011001111000001001011101101010011010101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,39,16); }

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

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

 a { background-color: rgb(157,39,16); }

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

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

 span { border-color: rgb(157,39,16); }

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