#7E090A

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

Shades of Sangria #7E090A

Tints of Sangria #7E090A

Color information

#7E090A (or 0x7E090A) is unknown color: approx Sangria. HEX triplet: 7E, 09 and 0A. RGB value is (126,9,10). Sum of RGB (Red+Green+Blue) = 126+9+10=145 (19% of max value = 765). Red value is 126 (49.61% from 255 or 86.90% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 126 - color contains mainly: red. Hex color #7E090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E090A is #81F6F5. Grayscale: #2C2C2C. Windows color (decimal): -8517366 or 657790. OLE color: 657790.

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

Color convert

RGB126910-
CMYK00.930.920.51
HSL359.49º86.67%26.47%-
HSV(B)359.49º92.86%49.41%-
XYZ8.764.650.72-
YUV44.1108.76186.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 86.90%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=86.90%
G=6.21%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12691000.930.920.51359.4986.6726.47
Hex7E9A05D5C33167571a
Octal176111201351346354712732
Binary111111010011010010111011011100110011101100111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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