#960710

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

Shades of Sangria #960710

Tints of Sangria #960710

Color information

#960710 (or 0x960710) is unknown color: approx Sangria. HEX triplet: 96, 07 and 10. RGB value is (150,7,16). Sum of RGB (Red+Green+Blue) = 150+7+16=173 (22% of max value = 765). Red value is 150 (58.98% from 255 or 86.71% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 150 - color contains mainly: red. Hex color #960710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960710 is #69F8EF. Grayscale: #323232. Windows color (decimal): -6945008 or 1050518. OLE color: 1050518.

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

Color convert

RGB150716-
CMYK00.950.890.41
HSL356.22º91.08%30.78%-
HSV(B)356.22º95.33%58.82%-
XYZ12.756.671.11-
YUV50.78108.38198.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 86.71%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=86.71%
G=4.05%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15071600.950.890.41356.2291.0830.78
Hex9671005F59291645b1f
Octal22672001371315154413337
Binary1001011011110000010111111011001101001101100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960710; }

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

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

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

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

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

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

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

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