#7D0A11

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

Shades of Sangria #7D0A11

Tints of Sangria #7D0A11

Color information

#7D0A11 (or 0x7D0A11) is unknown color: approx Sangria. HEX triplet: 7D, 0A and 11. RGB value is (125,10,17). Sum of RGB (Red+Green+Blue) = 125+10+17=152 (20% of max value = 765). Red value is 125 (49.22% from 255 or 82.24% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0A11 is #82F5EE. Grayscale: #2D2D2D. Windows color (decimal): -8582639 or 1116797. OLE color: 1116797.

HSL color Cylindrical-coordinate representation of color #7D0A11: hue angle of 356.35º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0A11 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB1251017-
CMYK00.920.860.51
HSL356.35º85.19%26.47%-
HSV(B)356.35º92%49.02%-
XYZ8.674.620.96-
YUV45.18112.1184.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 82.24%
GREEN value IS 10 (4.30% from 255) = 6.58%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=82.24%
G=6.58%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125101700.920.860.51356.3585.1926.47
Hex7DA1105C5633164551a
Octal175122101341266354412532
Binary1111101101010001010111001010110110011101100100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,10,17); }

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

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

 a { background-color: rgb(125,10,17); }

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

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

 span { border-color: rgb(125,10,17); }

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