#7F090E

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

Shades of Sangria #7F090E

Tints of Sangria #7F090E

Color information

#7F090E (or 0x7F090E) is unknown color: approx Sangria. HEX triplet: 7F, 09 and 0E. RGB value is (127,9,14). Sum of RGB (Red+Green+Blue) = 127+9+14=150 (19% of max value = 765). Red value is 127 (50% from 255 or 84.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 127 - color contains mainly: red. Hex color #7F090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F090E is #80F6F1. Grayscale: #2C2C2C. Windows color (decimal): -8451826 or 919935. OLE color: 919935.

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

Color convert

RGB127914-
CMYK00.930.890.50
HSL357.46º86.76%26.67%-
HSV(B)357.46º92.91%49.8%-
XYZ8.934.740.86-
YUV44.85110.59186.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 84.67%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 14 (5.86% from 255) = 9.33%
R=84.67%
G=6%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12791400.930.890.50357.4686.7626.67
Hex7F9E05D5932165571b
Octal177111601351316254512733
Binary111111110011110010111011011001110010101100101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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