#960005

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

Shades of Sangria #960005

Tints of Sangria #960005

Color information

#960005 (or 0x960005) is unknown color: approx Sangria. HEX triplet: 96, 00 and 05. RGB value is (150,0,5). Sum of RGB (Red+Green+Blue) = 150+0+5=155 (20% of max value = 765). Red value is 150 (58.98% from 255 or 96.77% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 150 - color contains mainly: red. Hex color #960005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960005 is #69FFFA. Grayscale: #2D2D2D. Windows color (decimal): -6946811 or 327830. OLE color: 327830.

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

Color convert

RGB15005-
CMYK010.970.41
HSL358º100%29.41%-
HSV(B)358º100%58.82%-
XYZ12.616.490.73-
YUV45.42105.2202.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 96.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=96.77%
G=0%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15005010.970.4135810029.41
Hex96050646129166641d
Octal2260501441415154614435
Binary100101100101011001001100001101001101100110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960005; }

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

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

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

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

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

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

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

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