#7A090B

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

Shades of Sangria #7A090B

Tints of Sangria #7A090B

Color information

#7A090B (or 0x7A090B) is unknown color: approx Sangria. HEX triplet: 7A, 09 and 0B. RGB value is (122,9,11). Sum of RGB (Red+Green+Blue) = 122+9+11=142 (18% of max value = 765). Red value is 122 (48.05% from 255 or 85.92% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 122 - color contains mainly: red. Hex color #7A090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A090B is #85F6F4. Grayscale: #2B2B2B. Windows color (decimal): -8779509 or 723322. OLE color: 723322.

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

Color convert

RGB122911-
CMYK00.930.910.52
HSL358.94º86.26%25.69%-
HSV(B)358.94º92.62%47.84%-
XYZ8.184.360.73-
YUV43.02109.94184.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 85.92%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 11 (4.69% from 255) = 7.75%
R=85.92%
G=6.34%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12291100.930.910.52358.9486.2625.69
Hex7A9B05D5B34167561a
Octal172111301351336454712632
Binary111101010011011010111011011011110100101100111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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