#7A050D

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

Shades of Sangria #7A050D

Tints of Sangria #7A050D

Color information

#7A050D (or 0x7A050D) is unknown color: approx Sangria. HEX triplet: 7A, 05 and 0D. RGB value is (122,5,13). Sum of RGB (Red+Green+Blue) = 122+5+13=140 (18% of max value = 765). Red value is 122 (48.05% from 255 or 87.14% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 122 - color contains mainly: red. Hex color #7A050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A050D is #85FAF2. Grayscale: #282828. Windows color (decimal): -8780531 or 853370. OLE color: 853370.

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

Color convert

RGB122513-
CMYK00.960.890.52
HSL355.9º92.13%24.9%-
HSV(B)355.9º95.9%47.84%-
XYZ8.154.280.78-
YUV40.9112.26185.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 87.14%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 13 (5.47% from 255) = 9.29%
R=87.14%
G=3.57%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12251300.960.890.52355.992.1324.9
Hex7A5D06059341645c19
Octal17251501401316454413431
Binary11110101011101011000001011001110100101100100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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