#9E050E

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

Shades of Sangria #9E050E

Tints of Sangria #9E050E

Color information

#9E050E (or 0x9E050E) is unknown color: approx Sangria. HEX triplet: 9E, 05 and 0E. RGB value is (158,5,14). Sum of RGB (Red+Green+Blue) = 158+5+14=177 (23% of max value = 765). Red value is 158 (62.11% from 255 or 89.27% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 158 - color contains mainly: red. Hex color #9E050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E050E is #61FAF1. Grayscale: #333333. Windows color (decimal): -6421234 or 918942. OLE color: 918942.

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

Color convert

RGB158514-
CMYK00.970.910.38
HSL356.47º93.87%31.96%-
HSV(B)356.47º96.84%61.96%-
XYZ14.237.411.1-
YUV51.77106.69203.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 89.27%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=89.27%
G=2.82%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15851400.970.910.38356.4793.8731.96
Hex9E5E0615B261645e20
Octal23651601411334654413640
Binary1001111010111100110000110110111001101011001001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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