#790407

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

Shades of Sangria #790407

Tints of Sangria #790407

Color information

#790407 (or 0x790407) is unknown color: approx Sangria. HEX triplet: 79, 04 and 07. RGB value is (121,4,7). Sum of RGB (Red+Green+Blue) = 121+4+7=132 (17% of max value = 765). Red value is 121 (47.66% from 255 or 91.67% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 121 - color contains mainly: red. Hex color #790407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790407 is #86FBF8. Grayscale: #272727. Windows color (decimal): -8846329 or 459897. OLE color: 459897.

HSL color Cylindrical-coordinate representation of color #790407: hue angle of 358.46º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790407 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB12147-
CMYK00.970.940.53
HSL358.46º93.6%24.51%-
HSV(B)358.46º96.69%47.45%-
XYZ7.974.170.59-
YUV39.33109.76186.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 91.67%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 7 (3.12% from 255) = 5.30%
R=91.67%
G=3.03%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214700.970.940.53358.4693.624.51
Hex79470615E351665e19
Octal1714701411366554613631
Binary1111001100111011000011011110110101101100110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790407; }

 p { color: rgb(121,4,7); }

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

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

 a { background-color: rgb(121,4,7); }

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

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

 span { border-color: rgb(121,4,7); }

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