#790506

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

Shades of Sangria #790506

Tints of Sangria #790506

Color information

#790506 (or 0x790506) is unknown color: approx Sangria. HEX triplet: 79, 05 and 06. RGB value is (121,5,6). Sum of RGB (Red+Green+Blue) = 121+5+6=132 (17% of max value = 765). Red value is 121 (47.66% from 255 or 91.67% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 121 - color contains mainly: red. Hex color #790506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790506 is #86FAF9. Grayscale: #272727. Windows color (decimal): -8846074 or 394617. OLE color: 394617.

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

Color convert

RGB12156-
CMYK00.960.950.53
HSL359.48º92.06%24.71%-
HSV(B)359.48º95.87%47.45%-
XYZ7.974.190.56-
YUV39.8108.93185.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 91.67%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 6 (2.73% from 255) = 4.55%
R=91.67%
G=3.79%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215600.960.950.53359.4892.0624.71
Hex79560605F351675c19
Octal1715601401376554713431
Binary1111001101110011000001011111110101101100111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790506; }

 p { color: rgb(121,5,6); }

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

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

 a { background-color: rgb(121,5,6); }

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

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

 span { border-color: rgb(121,5,6); }

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