#7E090E

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

Shades of Sangria #7E090E

Tints of Sangria #7E090E

Color information

#7E090E (or 0x7E090E) is unknown color: approx Sangria. HEX triplet: 7E, 09 and 0E. RGB value is (126,9,14). Sum of RGB (Red+Green+Blue) = 126+9+14=149 (19% of max value = 765). Red value is 126 (49.61% from 255 or 84.56% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 126 - color contains mainly: red. Hex color #7E090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E090E is #81F6F1. Grayscale: #2C2C2C. Windows color (decimal): -8517362 or 919934. OLE color: 919934.

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

Color convert

RGB126914-
CMYK00.930.890.51
HSL357.44º86.67%26.47%-
HSV(B)357.44º92.86%49.41%-
XYZ8.784.660.85-
YUV44.55110.76186.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 84.56%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 14 (5.86% from 255) = 9.40%
R=84.56%
G=6.04%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12691400.930.890.51357.4486.6726.47
Hex7E9E05D5933165571a
Octal176111601351316354512732
Binary111111010011110010111011011001110011101100101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,9,14); }

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

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

 a { background-color: rgb(126,9,14); }

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

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

 span { border-color: rgb(126,9,14); }

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