#8D090F

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

Shades of Sangria #8D090F

Tints of Sangria #8D090F

Color information

#8D090F (or 0x8D090F) is unknown color: approx Sangria. HEX triplet: 8D, 09 and 0F. RGB value is (141,9,15). Sum of RGB (Red+Green+Blue) = 141+9+15=165 (21% of max value = 765). Red value is 141 (55.47% from 255 or 85.45% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 141 - color contains mainly: red. Hex color #8D090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D090F is #72F6F0. Grayscale: #313131. Windows color (decimal): -7534321 or 985485. OLE color: 985485.

HSL color Cylindrical-coordinate representation of color #8D090F: hue angle of 357.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D090F is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB141915-
CMYK00.940.890.45
HSL357.27º88%29.41%-
HSV(B)357.27º93.62%55.29%-
XYZ11.175.891-
YUV49.15108.73193.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 85.45%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=85.45%
G=5.45%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14191500.940.890.45357.278829.41
Hex8D9F05E592D165581d
Octal215111701361315554513035
Binary1000110110011111010111101011001101101101100101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D090F; }

 p { color: rgb(141,9,15); }

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

<style>
 a { background-color: #8D090F; }

 a { background-color: rgb(141,9,15); }

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

<style>
 span { border-color: #8D090F; }

 span { border-color: rgb(141,9,15); }

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