#96060F

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

Shades of Sangria #96060F

Tints of Sangria #96060F

Color information

#96060F (or 0x96060F) is unknown color: approx Sangria. HEX triplet: 96, 06 and 0F. RGB value is (150,6,15). Sum of RGB (Red+Green+Blue) = 150+6+15=171 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.72% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 150 - color contains mainly: red. Hex color #96060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96060F is #69F9F0. Grayscale: #323232. Windows color (decimal): -6945265 or 984726. OLE color: 984726.

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

Color convert

RGB150615-
CMYK00.960.90.41
HSL356.25º92.31%30.59%-
HSV(B)356.25º96%58.82%-
XYZ12.736.651.06-
YUV50.08108.21199.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 87.72%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=87.72%
G=3.51%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15061500.960.90.41356.2592.3130.59
Hex966F0605A291645c1f
Octal22661701401325154413437
Binary100101101101111011000001011010101001101100100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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