#961113

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

Shades of Sangria #961113

Tints of Sangria #961113

Color information

#961113 (or 0x961113) is unknown color: approx Sangria. HEX triplet: 96, 11 and 13. RGB value is (150,17,19). Sum of RGB (Red+Green+Blue) = 150+17+19=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #961113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961113 is #69EEEC. Grayscale: #393939. Windows color (decimal): -6942445 or 1249686. OLE color: 1249686.

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

Color convert

RGB1501719-
CMYK00.890.870.41
HSL359.1º79.64%32.75%-
HSV(B)359.1º88.67%58.82%-
XYZ12.96.931.27-
YUV57106.56194.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 80.65%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 19 (7.81% from 255) = 10.22%
R=80.65%
G=9.14%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150171900.890.870.41359.179.6432.75
Hex96111305957291675021
Octal226212301311275154712041
Binary1001011010001100110101100110101111010011011001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961113; }

 p { color: rgb(150,17,19); }

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

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

 a { background-color: rgb(150,17,19); }

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

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

 span { border-color: rgb(150,17,19); }

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