#7A050B

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

Shades of Sangria #7A050B

Tints of Sangria #7A050B

Color information

#7A050B (or 0x7A050B) is unknown color: approx Sangria. HEX triplet: 7A, 05 and 0B. RGB value is (122,5,11). Sum of RGB (Red+Green+Blue) = 122+5+11=138 (18% of max value = 765). Red value is 122 (48.05% from 255 or 88.41% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 122 - color contains mainly: red. Hex color #7A050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A050B is #85FAF4. Grayscale: #282828. Windows color (decimal): -8780533 or 722298. OLE color: 722298.

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

Color convert

RGB122511-
CMYK00.960.910.52
HSL356.92º92.13%24.9%-
HSV(B)356.92º95.9%47.84%-
XYZ8.144.270.71-
YUV40.67111.26186.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 88.41%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 11 (4.69% from 255) = 7.97%
R=88.41%
G=3.62%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12251100.960.910.52356.9292.1324.9
Hex7A5B0605B341655c19
Octal17251301401336454513431
Binary11110101011011011000001011011110100101100101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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