#96070F

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

Shades of Sangria #96070F

Tints of Sangria #96070F

Color information

#96070F (or 0x96070F) is unknown color: approx Sangria. HEX triplet: 96, 07 and 0F. RGB value is (150,7,15). Sum of RGB (Red+Green+Blue) = 150+7+15=172 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.21% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 150 - color contains mainly: red. Hex color #96070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96070F is #69F8F0. Grayscale: #323232. Windows color (decimal): -6945009 or 984982. OLE color: 984982.

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

Color convert

RGB150715-
CMYK00.950.90.41
HSL356.64º91.08%30.78%-
HSV(B)356.64º95.33%58.82%-
XYZ12.746.671.07-
YUV50.67107.88198.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 87.21%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=87.21%
G=4.07%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15071500.950.90.41356.6491.0830.78
Hex967F05F5A291655b1f
Octal22671701371325154513337
Binary100101101111111010111111011010101001101100101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96070F; }

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

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

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

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

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

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

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

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