#950311

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

Shades of Sangria #950311

Tints of Sangria #950311

Color information

#950311 (or 0x950311) is unknown color: approx Sangria. HEX triplet: 95, 03 and 11. RGB value is (149,3,17). Sum of RGB (Red+Green+Blue) = 149+3+17=169 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.17% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 149 - color contains mainly: red. Hex color #950311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950311 is #6AFCEE. Grayscale: #303030. Windows color (decimal): -7011567 or 1115029. OLE color: 1115029.

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

Color convert

RGB149317-
CMYK00.980.890.42
HSL354.25º96.05%29.8%-
HSV(B)354.25º97.99%58.43%-
XYZ12.536.51.12-
YUV48.25110.37199.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 88.17%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 17 (7.03% from 255) = 10.06%
R=88.17%
G=1.78%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14931700.980.890.42354.2596.0529.8
Hex95311062592A162601e
Octal22532101421315254214036
Binary100101011110001011000101011001101010101100010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950311; }

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

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

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

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

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

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

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

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