#960310

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

Shades of Sangria #960310

Tints of Sangria #960310

Color information

#960310 (or 0x960310) is unknown color: approx Sangria. HEX triplet: 96, 03 and 10. RGB value is (150,3,16). Sum of RGB (Red+Green+Blue) = 150+3+16=169 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.76% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 150 - color contains mainly: red. Hex color #960310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960310 is #69FCEF. Grayscale: #303030. Windows color (decimal): -6946032 or 1049494. OLE color: 1049494.

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

Color convert

RGB150316-
CMYK00.980.890.41
HSL354.69º96.08%30%-
HSV(B)354.69º98%58.82%-
XYZ12.76.591.09-
YUV48.44109.7200.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 88.76%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=88.76%
G=1.78%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15031600.980.890.41354.6996.0830
Hex963100625929163601e
Octal22632001421315154314036
Binary100101101110000011000101011001101001101100011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960310; }

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

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

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

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

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

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

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

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