#961114

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

Shades of Sangria #961114

Tints of Sangria #961114

Color information

#961114 (or 0x961114) is unknown color: approx Sangria. HEX triplet: 96, 11 and 14. RGB value is (150,17,20). Sum of RGB (Red+Green+Blue) = 150+17+20=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #961114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961114 is #69EEEB. Grayscale: #393939. Windows color (decimal): -6942444 or 1315222. OLE color: 1315222.

HSL color Cylindrical-coordinate representation of color #961114: hue angle of 358.65º 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 #961114 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1501720-
CMYK00.890.870.41
HSL358.65º79.64%32.75%-
HSV(B)358.65º88.67%58.82%-
XYZ12.96.941.32-
YUV57.11107.06194.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 80.21%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=80.21%
G=9.09%
B=10.70%

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
Decimal150172000.890.870.41358.6579.6432.75
Hex96111405957291675021
Octal226212401311275154712041
Binary1001011010001101000101100110101111010011011001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961114; }

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

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

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

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

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

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

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

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