#931D0F

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

Shades of Mandarian Orange #931D0F

Tints of Mandarian Orange #931D0F

Color information

#931D0F (or 0x931D0F) is unknown color: approx Mandarian Orange. HEX triplet: 93, 1D and 0F. RGB value is (147,29,15). Sum of RGB (Red+Green+Blue) = 147+29+15=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #931D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931D0F is #6CE2F0. Grayscale: #3E3E3E. Windows color (decimal): -7135985 or 990611. OLE color: 990611.

HSL color Cylindrical-coordinate representation of color #931D0F: hue angle of 6.36º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #931D0F is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1472915-
CMYK00.800.900.42
HSL6.36º81.48%31.76%-
HSV(B)6.36º89.8%57.65%-
XYZ12.567.121.16-
YUV62.69101.09188.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.96%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=76.96%
G=15.18%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147291500.800.900.426.3681.4831.76
Hex931DF0505A2A65120
Octal2233517012013252612140
Binary100100111110111110101000010110101010101101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931D0F; }

 p { color: rgb(147,29,15); }

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

<style>
 a { background-color: #931D0F; }

 a { background-color: rgb(147,29,15); }

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

<style>
 span { border-color: #931D0F; }

 span { border-color: rgb(147,29,15); }

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