#7A090E

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

Shades of Sangria #7A090E

Tints of Sangria #7A090E

Color information

#7A090E (or 0x7A090E) is unknown color: approx Sangria. HEX triplet: 7A, 09 and 0E. RGB value is (122,9,14). Sum of RGB (Red+Green+Blue) = 122+9+14=145 (19% of max value = 765). Red value is 122 (48.05% from 255 or 84.14% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 122 - color contains mainly: red. Hex color #7A090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A090E is #85F6F1. Grayscale: #2B2B2B. Windows color (decimal): -8779506 or 919930. OLE color: 919930.

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

Color convert

RGB122914-
CMYK00.930.890.52
HSL357.35º86.26%25.69%-
HSV(B)357.35º92.62%47.84%-
XYZ8.24.360.83-
YUV43.36111.44184.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 84.14%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=84.14%
G=6.21%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12291400.930.890.52357.3586.2625.69
Hex7A9E05D5934165561a
Octal172111601351316454512632
Binary111101010011110010111011011001110100101100101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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