#7E040B

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

Shades of Sangria #7E040B

Tints of Sangria #7E040B

Color information

#7E040B (or 0x7E040B) is unknown color: approx Sangria. HEX triplet: 7E, 04 and 0B. RGB value is (126,4,11). Sum of RGB (Red+Green+Blue) = 126+4+11=141 (18% of max value = 765). Red value is 126 (49.61% from 255 or 89.36% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 126 - color contains mainly: red. Hex color #7E040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E040B is #81FBF4. Grayscale: #292929. Windows color (decimal): -8518645 or 722046. OLE color: 722046.

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

Color convert

RGB126411-
CMYK00.970.910.51
HSL356.56º93.85%25.49%-
HSV(B)356.56º96.83%49.41%-
XYZ8.714.550.74-
YUV41.28110.92188.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 89.36%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 11 (4.69% from 255) = 7.80%
R=89.36%
G=2.84%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12641100.970.910.51356.5693.8525.49
Hex7E4B0615B331655e19
Octal17641301411336354513631
Binary11111101001011011000011011011110011101100101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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