#7A050A

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

Shades of Sangria #7A050A

Tints of Sangria #7A050A

Color information

#7A050A (or 0x7A050A) is unknown color: approx Sangria. HEX triplet: 7A, 05 and 0A. RGB value is (122,5,10). Sum of RGB (Red+Green+Blue) = 122+5+10=137 (18% of max value = 765). Red value is 122 (48.05% from 255 or 89.05% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 122 - color contains mainly: red. Hex color #7A050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A050A is #85FAF5. Grayscale: #282828. Windows color (decimal): -8780534 or 656762. OLE color: 656762.

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

Color convert

RGB122510-
CMYK00.960.920.52
HSL357.44º92.13%24.9%-
HSV(B)357.44º95.9%47.84%-
XYZ8.144.270.68-
YUV40.55110.76186.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 89.05%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=89.05%
G=3.65%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12251000.960.920.52357.4492.1324.9
Hex7A5A0605C341655c19
Octal17251201401346454513431
Binary11110101011010011000001011100110100101100101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A050A; }

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

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

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

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

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

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

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

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