#760309

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

Shades of Sangria #760309

Tints of Sangria #760309

Color information

#760309 (or 0x760309) is unknown color: approx Sangria. HEX triplet: 76, 03 and 09. RGB value is (118,3,9). Sum of RGB (Red+Green+Blue) = 118+3+9=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #760309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760309 is #89FCF6. Grayscale: #262626. Windows color (decimal): -9043191 or 590710. OLE color: 590710.

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

Color convert

RGB11839-
CMYK00.970.920.54
HSL356.87º95.04%23.73%-
HSV(B)356.87º97.46%46.27%-
XYZ7.553.940.62-
YUV38.07111.6185.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 90.77%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 9 (3.91% from 255) = 6.92%
R=90.77%
G=2.31%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183900.970.920.54356.8795.0423.73
Hex76390615C361655f18
Octal16631101411346654513730
Binary1110110111001011000011011100110110101100101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760309; }

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

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

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

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

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

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

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

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