#79060B

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

Shades of Sangria #79060B

Tints of Sangria #79060B

Color information

#79060B (or 0x79060B) is unknown color: approx Sangria. HEX triplet: 79, 06 and 0B. RGB value is (121,6,11). Sum of RGB (Red+Green+Blue) = 121+6+11=138 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.68% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 121 - color contains mainly: red. Hex color #79060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79060B is #86F9F4. Grayscale: #292929. Windows color (decimal): -8845813 or 722553. OLE color: 722553.

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

Color convert

RGB121611-
CMYK00.950.910.53
HSL357.39º90.55%24.9%-
HSV(B)357.39º95.04%47.45%-
XYZ8.014.220.71-
YUV40.96111.1185.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 87.68%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 11 (4.69% from 255) = 7.97%
R=87.68%
G=4.35%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12161100.950.910.53357.3990.5524.9
Hex796B05F5B351655b19
Octal17161301371336554513331
Binary11110011101011010111111011011110101101100101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79060B; }

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

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

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

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

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

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

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

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