#7D040D

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

Shades of Sangria #7D040D

Tints of Sangria #7D040D

Color information

#7D040D (or 0x7D040D) is unknown color: approx Sangria. HEX triplet: 7D, 04 and 0D. RGB value is (125,4,13). Sum of RGB (Red+Green+Blue) = 125+4+13=142 (18% of max value = 765). Red value is 125 (49.22% from 255 or 88.03% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 125 - color contains mainly: red. Hex color #7D040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D040D is #82FBF2. Grayscale: #292929. Windows color (decimal): -8584179 or 853117. OLE color: 853117.

HSL color Cylindrical-coordinate representation of color #7D040D: hue angle of 355.54º 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 #7D040D is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB125413-
CMYK00.970.900.51
HSL355.54º93.8%25.29%-
HSV(B)355.54º96.8%49.02%-
XYZ8.574.480.79-
YUV41.2112.09187.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 88.03%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=88.03%
G=2.82%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12541300.970.900.51355.5493.825.29
Hex7D4D0615A331645e19
Octal17541501411326354413631
Binary11111011001101011000011011010110011101100100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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