#9E070E

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

Shades of Sangria #9E070E

Tints of Sangria #9E070E

Color information

#9E070E (or 0x9E070E) is unknown color: approx Sangria. HEX triplet: 9E, 07 and 0E. RGB value is (158,7,14). Sum of RGB (Red+Green+Blue) = 158+7+14=179 (23% of max value = 765). Red value is 158 (62.11% from 255 or 88.27% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 158 - color contains mainly: red. Hex color #9E070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E070E is #61F8F1. Grayscale: #353535. Windows color (decimal): -6420722 or 919454. OLE color: 919454.

HSL color Cylindrical-coordinate representation of color #9E070E: hue angle of 357.22º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E070E is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB158714-
CMYK00.960.910.38
HSL357.22º91.52%32.35%-
HSV(B)357.22º95.57%61.96%-
XYZ14.267.451.1-
YUV52.95106.03202.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 88.27%
GREEN value IS 7 (3.12% from 255) = 3.91%
BLUE value IS 14 (5.86% from 255) = 7.82%
R=88.27%
G=3.91%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15871400.960.910.38357.2291.5232.35
Hex9E7E0605B261655c20
Octal23671601401334654513440
Binary1001111011111100110000010110111001101011001011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E070E; }

 p { color: rgb(158,7,14); }

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

<style>
 a { background-color: #9E070E; }

 a { background-color: rgb(158,7,14); }

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

<style>
 span { border-color: #9E070E; }

 span { border-color: rgb(158,7,14); }

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