#960708

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

Shades of Sangria #960708

Tints of Sangria #960708

Color information

#960708 (or 0x960708) is unknown color: approx Sangria. HEX triplet: 96, 07 and 08. RGB value is (150,7,8). Sum of RGB (Red+Green+Blue) = 150+7+8=165 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.91% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 150 - color contains mainly: red. Hex color #960708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960708 is #69F8F7. Grayscale: #323232. Windows color (decimal): -6945016 or 526230. OLE color: 526230.

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

Color convert

RGB15078-
CMYK00.950.950.41
HSL359.58º91.08%30.78%-
HSV(B)359.58º95.33%58.82%-
XYZ12.76.650.84-
YUV49.87104.38199.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 90.91%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=90.91%
G=4.24%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507800.950.950.41359.5891.0830.78
Hex967805F5F291685b1f
Octal22671001371375155013337
Binary100101101111000010111111011111101001101101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960708; }

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

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

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

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

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

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

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

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