#950E10

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

Shades of Sangria #950E10

Tints of Sangria #950E10

Color information

#950E10 (or 0x950E10) is unknown color: approx Sangria. HEX triplet: 95, 0E and 10. RGB value is (149,14,16). Sum of RGB (Red+Green+Blue) = 149+14+16=179 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.24% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 149 - color contains mainly: red. Hex color #950E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950E10 is #6AF1EF. Grayscale: #363636. Windows color (decimal): -7008752 or 1052309. OLE color: 1052309.

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

Color convert

RGB1491416-
CMYK00.910.890.42
HSL359.11º82.82%31.96%-
HSV(B)359.11º90.6%58.43%-
XYZ12.646.741.12-
YUV54.59106.23195.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 83.24%
GREEN value IS 14 (5.86% from 255) = 7.82%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=83.24%
G=7.82%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149141600.910.890.42359.1182.8231.96
Hex95E1005B592A1675320
Octal225162001331315254712340
Binary100101011110100000101101110110011010101011001111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,14,16); }

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

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

 a { background-color: rgb(149,14,16); }

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

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

 span { border-color: rgb(149,14,16); }

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