#7F050E

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

Shades of Sangria #7F050E

Tints of Sangria #7F050E

Color information

#7F050E (or 0x7F050E) is unknown color: approx Sangria. HEX triplet: 7F, 05 and 0E. RGB value is (127,5,14). Sum of RGB (Red+Green+Blue) = 127+5+14=146 (19% of max value = 765). Red value is 127 (50% from 255 or 86.99% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 127 - color contains mainly: red. Hex color #7F050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F050E is #80FAF1. Grayscale: #2A2A2A. Windows color (decimal): -8452850 or 918911. OLE color: 918911.

HSL color Cylindrical-coordinate representation of color #7F050E: hue angle of 355.57º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F050E is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB127514-
CMYK00.960.890.50
HSL355.57º92.42%25.88%-
HSV(B)355.57º96.06%49.8%-
XYZ8.894.650.85-
YUV42.5111.92188.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 86.99%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 14 (5.86% from 255) = 9.59%
R=86.99%
G=3.42%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12751400.960.890.50355.5792.4225.88
Hex7F5E06059321645c1a
Octal17751601401316254413432
Binary11111111011110011000001011001110010101100100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,5,14); }

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

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

 a { background-color: rgb(127,5,14); }

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

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

 span { border-color: rgb(127,5,14); }

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