#760109

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

Shades of Sangria #760109

Tints of Sangria #760109

Color information

#760109 (or 0x760109) is unknown color: approx Sangria. HEX triplet: 76, 01 and 09. RGB value is (118,1,9). Sum of RGB (Red+Green+Blue) = 118+1+9=128 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.19% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 118 - color contains mainly: red. Hex color #760109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760109 is #89FEF6. Grayscale: #242424. Windows color (decimal): -9043703 or 590198. OLE color: 590198.

HSL color Cylindrical-coordinate representation of color #760109: hue angle of 355.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760109 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB11819-
CMYK00.990.920.54
HSL355.9º98.32%23.33%-
HSV(B)355.9º99.15%46.27%-
XYZ7.533.890.61-
YUV36.9112.26185.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 92.19%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=92.19%
G=0.78%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181900.990.920.54355.998.3223.33
Hex76190635C361646217
Octal16611101431346654414227
Binary111011011001011000111011100110110101100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760109; }

 p { color: rgb(118,1,9); }

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

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

 a { background-color: rgb(118,1,9); }

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

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

 span { border-color: rgb(118,1,9); }

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