#760204

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

Shades of Sangria #760204

Tints of Sangria #760204

Color information

#760204 (or 0x760204) is unknown color: approx Sangria. HEX triplet: 76, 02 and 04. RGB value is (118,2,4). Sum of RGB (Red+Green+Blue) = 118+2+4=124 (16% of max value = 765). Red value is 118 (46.48% from 255 or 95.16% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 118 - color contains mainly: red. Hex color #760204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760204 is #89FDFB. Grayscale: #252525. Windows color (decimal): -9043452 or 262774. OLE color: 262774.

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

Color convert

RGB11824-
CMYK00.980.970.54
HSL358.97º96.67%23.53%-
HSV(B)358.97º98.31%46.27%-
XYZ7.513.90.47-
YUV36.91109.43185.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 95.16%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 4 (1.95% from 255) = 3.23%
R=95.16%
G=1.61%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182400.980.970.54358.9796.6723.53
Hex762406261361676118
Octal1662401421416654714130
Binary111011010100011000101100001110110101100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760204; }

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

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

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

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

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

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

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

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