#96050F

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

Shades of Sangria #96050F

Tints of Sangria #96050F

Color information

#96050F (or 0x96050F) is unknown color: approx Sangria. HEX triplet: 96, 05 and 0F. RGB value is (150,5,15). Sum of RGB (Red+Green+Blue) = 150+5+15=170 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.24% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 150 - color contains mainly: red. Hex color #96050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96050F is #69FAF0. Grayscale: #313131. Windows color (decimal): -6945521 or 984470. OLE color: 984470.

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

Color convert

RGB150515-
CMYK00.970.90.41
HSL355.86º93.55%30.39%-
HSV(B)355.86º96.67%58.82%-
XYZ12.726.631.06-
YUV49.5108.54199.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 88.24%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=88.24%
G=2.94%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15051500.970.90.41355.8693.5530.39
Hex965F0615A291645e1e
Octal22651701411325154413636
Binary100101101011111011000011011010101001101100100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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