#9E060E

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

Shades of Sangria #9E060E

Tints of Sangria #9E060E

Color information

#9E060E (or 0x9E060E) is unknown color: approx Sangria. HEX triplet: 9E, 06 and 0E. RGB value is (158,6,14). Sum of RGB (Red+Green+Blue) = 158+6+14=178 (23% of max value = 765). Red value is 158 (62.11% from 255 or 88.76% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 158 - color contains mainly: red. Hex color #9E060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E060E is #61F9F1. Grayscale: #343434. Windows color (decimal): -6420978 or 919198. OLE color: 919198.

HSL color Cylindrical-coordinate representation of color #9E060E: hue angle of 356.84º degrees, saturation: 0.93, 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 #9E060E is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB158614-
CMYK00.960.910.38
HSL356.84º92.68%32.16%-
HSV(B)356.84º96.2%61.96%-
XYZ14.247.431.1-
YUV52.36106.36203.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 88.76%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 14 (5.86% from 255) = 7.87%
R=88.76%
G=3.37%
B=7.87%

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
Decimal15861400.960.910.38356.8492.6832.16
Hex9E6E0605B261655d20
Octal23661601401334654513540
Binary1001111011011100110000010110111001101011001011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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