#931913

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

Shades of Mandarian Orange #931913

Tints of Mandarian Orange #931913

Color information

#931913 (or 0x931913) is unknown color: approx Mandarian Orange. HEX triplet: 93, 19 and 13. RGB value is (147,25,19). Sum of RGB (Red+Green+Blue) = 147+25+19=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #931913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931913 is #6CE6EC. Grayscale: #3C3C3C. Windows color (decimal): -7137005 or 1251731. OLE color: 1251731.

HSL color Cylindrical-coordinate representation of color #931913: hue angle of 2.81º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931913 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1472519-
CMYK00.830.870.42
HSL2.81º77.11%32.55%-
HSV(B)2.81º87.07%57.65%-
XYZ12.56.951.3-
YUV60.79104.42189.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.96%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=76.96%
G=13.09%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147251900.830.870.422.8177.1132.55
Hex931913053572A34d21
Octal2233123012312752311541
Binary100100111100110011010100111010111101010111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931913; }

 p { color: rgb(147,25,19); }

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

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

 a { background-color: rgb(147,25,19); }

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

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

 span { border-color: rgb(147,25,19); }

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