#9E0D0E

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

Shades of Sangria #9E0D0E

Tints of Sangria #9E0D0E

Color information

#9E0D0E (or 0x9E0D0E) is unknown color: approx Sangria. HEX triplet: 9E, 0D and 0E. RGB value is (158,13,14). Sum of RGB (Red+Green+Blue) = 158+13+14=185 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.41% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0D0E is #61F2F1. Grayscale: #383838. Windows color (decimal): -6419186 or 920990. OLE color: 920990.

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

Color convert

RGB1581314-
CMYK00.920.910.38
HSL359.59º84.8%33.53%-
HSV(B)359.59º91.77%61.96%-
XYZ14.327.591.13-
YUV56.47104.04200.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 85.41%
GREEN value IS 13 (5.47% from 255) = 7.03%
BLUE value IS 14 (5.86% from 255) = 7.57%
R=85.41%
G=7.03%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158131400.920.910.38359.5984.833.53
Hex9EDE05C5B261685522
Octal236151601341334655012542
Binary10011110110111100101110010110111001101011010001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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