#79080A

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

Shades of Sangria #79080A

Tints of Sangria #79080A

Color information

#79080A (or 0x79080A) is unknown color: approx Sangria. HEX triplet: 79, 08 and 0A. RGB value is (121,8,10). Sum of RGB (Red+Green+Blue) = 121+8+10=139 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.05% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 121 - color contains mainly: red. Hex color #79080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79080A is #86F7F5. Grayscale: #2A2A2A. Windows color (decimal): -8845302 or 657529. OLE color: 657529.

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

Color convert

RGB121810-
CMYK00.930.920.53
HSL358.94º87.6%25.29%-
HSV(B)358.94º93.39%47.45%-
XYZ8.034.260.69-
YUV42.02109.94184.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 87.05%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 10 (4.30% from 255) = 7.19%
R=87.05%
G=5.76%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12181000.930.920.53358.9487.625.29
Hex798A05D5C351675819
Octal171101201351346554713031
Binary111100110001010010111011011100110101101100111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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