#950F11

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

Shades of Sangria #950F11

Tints of Sangria #950F11

Color information

#950F11 (or 0x950F11) is unknown color: approx Sangria. HEX triplet: 95, 0F and 11. RGB value is (149,15,17). Sum of RGB (Red+Green+Blue) = 149+15+17=181 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.32% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 149 - color contains mainly: red. Hex color #950F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950F11 is #6AF0EE. Grayscale: #373737. Windows color (decimal): -7008495 or 1118101. OLE color: 1118101.

HSL color Cylindrical-coordinate representation of color #950F11: hue angle of 359.1º degrees, saturation: 0.82, 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 #950F11 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1491517-
CMYK00.900.890.42
HSL359.1º81.71%32.16%-
HSV(B)359.1º89.93%58.43%-
XYZ12.676.771.17-
YUV55.29106.39194.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 82.32%
GREEN value IS 15 (6.25% from 255) = 8.29%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=82.32%
G=8.29%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149151700.900.890.42359.181.7132.16
Hex95F1105A592A1675220
Octal225172101321315254712240
Binary100101011111100010101101010110011010101011001111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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