#7A0709

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

Shades of Sangria #7A0709

Tints of Sangria #7A0709

Color information

#7A0709 (or 0x7A0709) is unknown color: approx Sangria. HEX triplet: 7A, 07 and 09. RGB value is (122,7,9). Sum of RGB (Red+Green+Blue) = 122+7+9=138 (18% of max value = 765). Red value is 122 (48.05% from 255 or 88.41% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0709 is #85F8F6. Grayscale: #292929. Windows color (decimal): -8780023 or 591738. OLE color: 591738.

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

Color convert

RGB12279-
CMYK00.940.930.52
HSL358.96º89.15%25.29%-
HSV(B)358.96º94.26%47.84%-
XYZ8.154.310.66-
YUV41.61109.6185.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 88.41%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=88.41%
G=5.07%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227900.940.930.52358.9689.1525.29
Hex7A7905E5D341675919
Octal17271101361356454713131
Binary11110101111001010111101011101110100101100111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,7,9); }

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

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

 a { background-color: rgb(122,7,9); }

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

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

 span { border-color: rgb(122,7,9); }

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