#7E040D

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

Shades of Sangria #7E040D

Tints of Sangria #7E040D

Color information

#7E040D (or 0x7E040D) is unknown color: approx Sangria. HEX triplet: 7E, 04 and 0D. RGB value is (126,4,13). Sum of RGB (Red+Green+Blue) = 126+4+13=143 (18% of max value = 765). Red value is 126 (49.61% from 255 or 88.11% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 126 - color contains mainly: red. Hex color #7E040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E040D is #81FBF2. Grayscale: #292929. Windows color (decimal): -8518643 or 853118. OLE color: 853118.

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

Color convert

RGB126413-
CMYK00.970.900.51
HSL355.57º93.85%25.49%-
HSV(B)355.57º96.83%49.41%-
XYZ8.724.550.8-
YUV41.5111.92188.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 88.11%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=88.11%
G=2.80%
B=9.09%

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
Decimal12641300.970.900.51355.5793.8525.49
Hex7E4D0615A331645e19
Octal17641501411326354413631
Binary11111101001101011000011011010110011101100100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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