#7E0206

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

Shades of Sangria #7E0206

Tints of Sangria #7E0206

Color information

#7E0206 (or 0x7E0206) is unknown color: approx Sangria. HEX triplet: 7E, 02 and 06. RGB value is (126,2,6). Sum of RGB (Red+Green+Blue) = 126+2+6=134 (17% of max value = 765). Red value is 126 (49.61% from 255 or 94.03% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0206 is #81FDF9. Grayscale: #272727. Windows color (decimal): -8519162 or 393854. OLE color: 393854.

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

Color convert

RGB12626-
CMYK00.980.950.51
HSL358.06º96.88%25.1%-
HSV(B)358.06º98.41%49.41%-
XYZ8.664.490.58-
YUV39.53109.08189.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 94.03%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=94.03%
G=1.49%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1262600.980.950.51358.0696.8825.1
Hex7E260625F331666119
Octal1762601421376354614131
Binary111111010110011000101011111110011101100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,2,6); }

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

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

 a { background-color: rgb(126,2,6); }

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

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

 span { border-color: rgb(126,2,6); }

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