#941F11

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

Shades of Mandarian Orange #941F11

Tints of Mandarian Orange #941F11

Color information

#941F11 (or 0x941F11) is unknown color: approx Mandarian Orange. HEX triplet: 94, 1F and 11. RGB value is (148,31,17). Sum of RGB (Red+Green+Blue) = 148+31+17=196 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.51% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 148 - color contains mainly: red. Hex color #941F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941F11 is #6BE0EE. Grayscale: #404040. Windows color (decimal): -7069935 or 1122196. OLE color: 1122196.

HSL color Cylindrical-coordinate representation of color #941F11: hue angle of 6.41º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941F11 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1483117-
CMYK00.790.890.42
HSL6.41º79.39%32.35%-
HSV(B)6.41º88.51%58.04%-
XYZ12.87.321.27-
YUV64.39101.26187.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 75.51%
GREEN value IS 31 (12.5% from 255) = 15.82%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=75.51%
G=15.82%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148311700.790.890.426.4179.3932.35
Hex941F1104F592A64f20
Octal2243721011713152611740
Binary1001010011111100010100111110110011010101101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941F11; }

 p { color: rgb(148,31,17); }

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

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

 a { background-color: rgb(148,31,17); }

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

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

 span { border-color: rgb(148,31,17); }

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