#760304

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

Shades of Sangria #760304

Tints of Sangria #760304

Color information

#760304 (or 0x760304) is unknown color: approx Sangria. HEX triplet: 76, 03 and 04. RGB value is (118,3,4). Sum of RGB (Red+Green+Blue) = 118+3+4=125 (16% of max value = 765). Red value is 118 (46.48% from 255 or 94.4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 118 - color contains mainly: red. Hex color #760304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760304 is #89FCFB. Grayscale: #252525. Windows color (decimal): -9043196 or 263030. OLE color: 263030.

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

Color convert

RGB11834-
CMYK00.970.970.54
HSL359.48º95.04%23.73%-
HSV(B)359.48º97.46%46.27%-
XYZ7.533.930.48-
YUV37.5109.1185.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 94.4%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 4 (1.95% from 255) = 3.2%
R=94.4%
G=2.4%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183400.970.970.54359.4895.0423.73
Hex763406161361675f18
Octal1663401411416654713730
Binary111011011100011000011100001110110101100111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760304; }

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

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

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

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

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

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

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

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