#7A020B

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

Shades of Sangria #7A020B

Tints of Sangria #7A020B

Color information

#7A020B (or 0x7A020B) is unknown color: approx Sangria. HEX triplet: 7A, 02 and 0B. RGB value is (122,2,11). Sum of RGB (Red+Green+Blue) = 122+2+11=135 (17% of max value = 765). Red value is 122 (48.05% from 255 or 90.37% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 122 - color contains mainly: red. Hex color #7A020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A020B is #85FDF4. Grayscale: #262626. Windows color (decimal): -8781301 or 721530. OLE color: 721530.

HSL color Cylindrical-coordinate representation of color #7A020B: hue angle of 355.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A020B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB122211-
CMYK00.980.910.52
HSL355.5º96.77%24.31%-
HSV(B)355.5º98.36%47.84%-
XYZ8.114.210.7-
YUV38.91112.26187.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 90.37%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 11 (4.69% from 255) = 8.15%
R=90.37%
G=1.48%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12221100.980.910.52355.596.7724.31
Hex7A2B0625B341646118
Octal17221301421336454414130
Binary1111010101011011000101011011110100101100100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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