#96050A

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

Shades of Sangria #96050A

Tints of Sangria #96050A

Color information

#96050A (or 0x96050A) is unknown color: approx Sangria. HEX triplet: 96, 05 and 0A. RGB value is (150,5,10). Sum of RGB (Red+Green+Blue) = 150+5+10=165 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.91% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 150 - color contains mainly: red. Hex color #96050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96050A is #69FAF5. Grayscale: #313131. Windows color (decimal): -6945526 or 656790. OLE color: 656790.

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

Color convert

RGB150510-
CMYK00.970.930.41
HSL357.93º93.55%30.39%-
HSV(B)357.93º96.67%58.82%-
XYZ12.696.610.9-
YUV48.92106.04200.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 90.91%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=90.91%
G=3.03%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15051000.970.930.41357.9393.5530.39
Hex965A0615D291665e1e
Octal22651201411355154613636
Binary100101101011010011000011011101101001101100110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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