#7E0107

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

Shades of Sangria #7E0107

Tints of Sangria #7E0107

Color information

#7E0107 (or 0x7E0107) is unknown color: approx Sangria. HEX triplet: 7E, 01 and 07. RGB value is (126,1,7). Sum of RGB (Red+Green+Blue) = 126+1+7=134 (17% of max value = 765). Red value is 126 (49.61% from 255 or 94.03% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0107 is #81FEF8. Grayscale: #272727. Windows color (decimal): -8519417 or 459134. OLE color: 459134.

HSL color Cylindrical-coordinate representation of color #7E0107: hue angle of 357.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E0107 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB12617-
CMYK00.990.940.51
HSL357.12º98.43%24.9%-
HSV(B)357.12º99.21%49.41%-
XYZ8.654.470.61-
YUV39.06109.91190.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 94.03%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 7 (3.12% from 255) = 5.22%
R=94.03%
G=0.75%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261700.990.940.51357.1298.4324.9
Hex7E170635E331656219
Octal1761701431366354514231
Binary11111101111011000111011110110011101100101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,1,7); }

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

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

 a { background-color: rgb(126,1,7); }

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

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

 span { border-color: rgb(126,1,7); }

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