#9d1e05

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

Shades of Mandarian Orange #9D1E05

Tints of Mandarian Orange #9D1E05

Color information

#9D1E05 (or 0x9D1E05) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 1E and 05. RGB value is (157,30,5). Sum of RGB (Red+Green+Blue) = 157+30+5=192 (25% of max value = 765). Red value is 157 (61.72% from 255 or 81.77% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1E05 is #62E1FA. Grayscale: #414141. Windows color (decimal): -6480379 or 335517. OLE color: 335517.

HSL color Cylindrical-coordinate representation of color #9D1E05: hue angle of 9.87º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D1E05 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB157305-
CMYK00.810.970.38
HSL9.87º93.83%31.76%-
HSV(B)9.87º96.82%61.57%-
XYZ14.48.110.95-
YUV65.1294.08193.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 81.77%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=81.77%
G=15.62%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15730500.810.970.389.8793.8331.76
Hex9D1E50516126a5e20
Octal2353650121141461213640
Binary100111011111010101010001110000110011010101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d1e05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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