#7A0D10

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

Shades of Sangria #7A0D10

Tints of Sangria #7A0D10

Color information

#7A0D10 (or 0x7A0D10) is unknown color: approx Sangria. HEX triplet: 7A, 0D and 10. RGB value is (122,13,16). Sum of RGB (Red+Green+Blue) = 122+13+16=151 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.79% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0D10 is #85F2EF. Grayscale: #2E2E2E. Windows color (decimal): -8778480 or 1052026. OLE color: 1052026.

HSL color Cylindrical-coordinate representation of color #7A0D10: hue angle of 358.35º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0D10 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB1221316-
CMYK00.890.870.52
HSL358.35º80.74%26.47%-
HSV(B)358.35º89.34%47.84%-
XYZ8.264.460.92-
YUV45.93111.11182.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 80.79%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=80.79%
G=8.61%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122131600.890.870.52358.3580.7426.47
Hex7AD100595734166511a
Octal172152001311276454612132
Binary1111010110110000010110011010111110100101100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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