#960305

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

Shades of Sangria #960305

Tints of Sangria #960305

Color information

#960305 (or 0x960305) is unknown color: approx Sangria. HEX triplet: 96, 03 and 05. RGB value is (150,3,5). Sum of RGB (Red+Green+Blue) = 150+3+5=158 (20% of max value = 765). Red value is 150 (58.98% from 255 or 94.94% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 150 - color contains mainly: red. Hex color #960305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960305 is #69FCFA. Grayscale: #2F2F2F. Windows color (decimal): -6946043 or 328598. OLE color: 328598.

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

Color convert

RGB15035-
CMYK00.980.970.41
HSL359.18º96.08%30%-
HSV(B)359.18º98%58.82%-
XYZ12.646.560.74-
YUV47.18104.2201.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 94.94%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=94.94%
G=1.90%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503500.980.970.41359.1896.0830
Hex96350626129167601e
Octal2263501421415154714036
Binary1001011011101011000101100001101001101100111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960305; }

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

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

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

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

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

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

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

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