#7E040C

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

Shades of Sangria #7E040C

Tints of Sangria #7E040C

Color information

#7E040C (or 0x7E040C) is unknown color: approx Sangria. HEX triplet: 7E, 04 and 0C. RGB value is (126,4,12). Sum of RGB (Red+Green+Blue) = 126+4+12=142 (18% of max value = 765). Red value is 126 (49.61% from 255 or 88.73% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 126 - color contains mainly: red. Hex color #7E040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E040C is #81FBF3. Grayscale: #292929. Windows color (decimal): -8518644 or 787582. OLE color: 787582.

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

Color convert

RGB126412-
CMYK00.970.900.51
HSL356.07º93.85%25.49%-
HSV(B)356.07º96.83%49.41%-
XYZ8.714.550.77-
YUV41.39111.42188.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 88.73%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=88.73%
G=2.82%
B=8.45%

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
Decimal12641200.970.900.51356.0793.8525.49
Hex7E4C0615A331645e19
Octal17641401411326354413631
Binary11111101001100011000011011010110011101100100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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