#7A090C

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

Shades of Sangria #7A090C

Tints of Sangria #7A090C

Color information

#7A090C (or 0x7A090C) is unknown color: approx Sangria. HEX triplet: 7A, 09 and 0C. RGB value is (122,9,12). Sum of RGB (Red+Green+Blue) = 122+9+12=143 (18% of max value = 765). Red value is 122 (48.05% from 255 or 85.31% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 122 - color contains mainly: red. Hex color #7A090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A090C is #85F6F3. Grayscale: #2B2B2B. Windows color (decimal): -8779508 or 788858. OLE color: 788858.

HSL color Cylindrical-coordinate representation of color #7A090C: hue angle of 358.41º 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 #7A090C is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB122912-
CMYK00.930.900.52
HSL358.41º86.26%25.69%-
HSV(B)358.41º92.62%47.84%-
XYZ8.194.360.76-
YUV43.13110.44184.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 85.31%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=85.31%
G=6.29%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12291200.930.900.52358.4186.2625.69
Hex7A9C05D5A34166561a
Octal172111401351326454612632
Binary111101010011100010111011011010110100101100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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