#7D040E

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

Shades of Sangria #7D040E

Tints of Sangria #7D040E

Color information

#7D040E (or 0x7D040E) is unknown color: approx Sangria. HEX triplet: 7D, 04 and 0E. RGB value is (125,4,14). Sum of RGB (Red+Green+Blue) = 125+4+14=143 (18% of max value = 765). Red value is 125 (49.22% from 255 or 87.41% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 125 - color contains mainly: red. Hex color #7D040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D040E is #82FBF1. Grayscale: #292929. Windows color (decimal): -8584178 or 918653. OLE color: 918653.

HSL color Cylindrical-coordinate representation of color #7D040E: hue angle of 355.04º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D040E is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB125414-
CMYK00.970.890.51
HSL355.04º93.8%25.29%-
HSV(B)355.04º96.8%49.02%-
XYZ8.584.480.83-
YUV41.32112.59187.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 87.41%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=87.41%
G=2.80%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12541400.970.890.51355.0493.825.29
Hex7D4E06159331635e19
Octal17541601411316354313631
Binary11111011001110011000011011001110011101100011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,4,14); }

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

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

 a { background-color: rgb(125,4,14); }

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

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

 span { border-color: rgb(125,4,14); }

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