#9D1E0F

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

Shades of Mandarian Orange #9D1E0F

Tints of Mandarian Orange #9D1E0F

Color information

#9D1E0F (or 0x9D1E0F) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 1E and 0F. RGB value is (157,30,15). Sum of RGB (Red+Green+Blue) = 157+30+15=202 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.72% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1E0F is #62E1F0. Grayscale: #424242. Windows color (decimal): -6480369 or 990877. OLE color: 990877.

HSL color Cylindrical-coordinate representation of color #9D1E0F: hue angle of 6.34º degrees, saturation: 0.83, 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 #9D1E0F is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB1573015-
CMYK00.810.900.38
HSL6.34º82.56%33.73%-
HSV(B)6.34º90.45%61.57%-
XYZ14.468.131.26-
YUV66.2699.08192.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 77.72%
GREEN value IS 30 (12.11% from 255) = 14.85%
BLUE value IS 15 (6.25% from 255) = 7.43%
R=77.72%
G=14.85%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157301500.810.900.386.3482.5633.73
Hex9D1EF0515A2665322
Octal2353617012113246612342
Binary100111011111011110101000110110101001101101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,30,15); }

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

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

 a { background-color: rgb(157,30,15); }

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

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

 span { border-color: rgb(157,30,15); }

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