#952111

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

Shades of Mandarian Orange #952111

Tints of Mandarian Orange #952111

Color information

#952111 (or 0x952111) is unknown color: approx Mandarian Orange. HEX triplet: 95, 21 and 11. RGB value is (149,33,17). Sum of RGB (Red+Green+Blue) = 149+33+17=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #952111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952111 is #6ADEEE. Grayscale: #424242. Windows color (decimal): -7003887 or 1122709. OLE color: 1122709.

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

Color convert

RGB1493317-
CMYK00.780.890.42
HSL7.27º79.52%32.55%-
HSV(B)7.27º88.59%58.43%-
XYZ13.047.521.29-
YUV65.86100.43187.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.87%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 17 (7.03% from 255) = 8.54%
R=74.87%
G=16.58%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149331700.780.890.427.2779.5232.55
Hex95211104E592A75021
Octal2254121011613152712041
Binary10010101100001100010100111010110011010101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952111; }

 p { color: rgb(149,33,17); }

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

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

 a { background-color: rgb(149,33,17); }

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

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

 span { border-color: rgb(149,33,17); }

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