#931C14

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

Shades of Mandarian Orange #931C14

Tints of Mandarian Orange #931C14

Color information

#931C14 (or 0x931C14) is unknown color: approx Mandarian Orange. HEX triplet: 93, 1C and 14. RGB value is (147,28,20). Sum of RGB (Red+Green+Blue) = 147+28+20=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #931C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931C14 is #6CE3EB. Grayscale: #3E3E3E. Windows color (decimal): -7136236 or 1318035. OLE color: 1318035.

HSL color Cylindrical-coordinate representation of color #931C14: hue angle of 3.78º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931C14 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1472820-
CMYK00.810.860.42
HSL3.78º76.05%32.75%-
HSV(B)3.78º86.39%57.65%-
XYZ12.577.081.37-
YUV62.67103.92188.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 75.38%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=75.38%
G=14.36%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147282000.810.860.423.7876.0532.75
Hex931C14051562A44c21
Octal2233424012112652411441
Binary1001001111100101000101000110101101010101001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,28,20); }

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

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

 a { background-color: rgb(147,28,20); }

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

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

 span { border-color: rgb(147,28,20); }

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