#960510

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

Shades of Sangria #960510

Tints of Sangria #960510

Color information

#960510 (or 0x960510) is unknown color: approx Sangria. HEX triplet: 96, 05 and 10. RGB value is (150,5,16). Sum of RGB (Red+Green+Blue) = 150+5+16=171 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.72% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 150 - color contains mainly: red. Hex color #960510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960510 is #69FAEF. Grayscale: #313131. Windows color (decimal): -6945520 or 1050006. OLE color: 1050006.

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

Color convert

RGB150516-
CMYK00.970.890.41
HSL355.45º93.55%30.39%-
HSV(B)355.45º96.67%58.82%-
XYZ12.736.631.1-
YUV49.61109.04199.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 87.72%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 16 (6.64% from 255) = 9.36%
R=87.72%
G=2.92%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15051600.970.890.41355.4593.5530.39
Hex9651006159291635e1e
Octal22652001411315154313636
Binary1001011010110000011000011011001101001101100011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960510; }

 p { color: rgb(150,5,16); }

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

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

 a { background-color: rgb(150,5,16); }

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

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

 span { border-color: rgb(150,5,16); }

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