#8D0914

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

Shades of Sangria #8D0914

Tints of Sangria #8D0914

Color information

#8D0914 (or 0x8D0914) is unknown color: approx Sangria. HEX triplet: 8D, 09 and 14. RGB value is (141,9,20). Sum of RGB (Red+Green+Blue) = 141+9+20=170 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.94% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0914 is #72F6EB. Grayscale: #313131. Windows color (decimal): -7534316 or 1313165. OLE color: 1313165.

HSL color Cylindrical-coordinate representation of color #8D0914: hue angle of 355º 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 #8D0914 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB141920-
CMYK00.940.860.45
HSL355º88%29.41%-
HSV(B)355º93.62%55.29%-
XYZ11.215.911.21-
YUV49.72111.23193.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 82.94%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=82.94%
G=5.29%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14192000.940.860.453558829.41
Hex8D91405E562D163581d
Octal215112401361265554313035
Binary10001101100110100010111101010110101101101100011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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