#79050A

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

Shades of Sangria #79050A

Tints of Sangria #79050A

Color information

#79050A (or 0x79050A) is unknown color: approx Sangria. HEX triplet: 79, 05 and 0A. RGB value is (121,5,10). Sum of RGB (Red+Green+Blue) = 121+5+10=136 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.97% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 121 - color contains mainly: red. Hex color #79050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79050A is #86FAF5. Grayscale: #282828. Windows color (decimal): -8846070 or 656761. OLE color: 656761.

HSL color Cylindrical-coordinate representation of color #79050A: hue angle of 357.41º 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 #79050A is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB121510-
CMYK00.960.920.53
HSL357.41º92.06%24.71%-
HSV(B)357.41º95.87%47.45%-
XYZ7.994.20.68-
YUV40.25110.93185.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 88.97%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=88.97%
G=3.68%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12151000.960.920.53357.4192.0624.71
Hex795A0605C351655c19
Octal17151201401346554513431
Binary11110011011010011000001011100110101101100101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79050A; }

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

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

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

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

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

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

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

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