#950811

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

Shades of Sangria #950811

Tints of Sangria #950811

Color information

#950811 (or 0x950811) is unknown color: approx Sangria. HEX triplet: 95, 08 and 11. RGB value is (149,8,17). Sum of RGB (Red+Green+Blue) = 149+8+17=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #950811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950811 is #6AF7EE. Grayscale: #333333. Windows color (decimal): -7010287 or 1116309. OLE color: 1116309.

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

Color convert

RGB149817-
CMYK00.950.890.42
HSL356.17º89.81%30.78%-
HSV(B)356.17º94.63%58.43%-
XYZ12.586.61.14-
YUV51.18108.71197.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 85.63%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=85.63%
G=4.60%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14981700.950.890.42356.1789.8130.78
Hex9581105F592A1645a1f
Octal225102101371315254413237
Binary10010101100010001010111111011001101010101100100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950811; }

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

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

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

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

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

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

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

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