#8D0B0F

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

Shades of Sangria #8D0B0F

Tints of Sangria #8D0B0F

Color information

#8D0B0F (or 0x8D0B0F) is unknown color: approx Sangria. HEX triplet: 8D, 0B and 0F. RGB value is (141,11,15). Sum of RGB (Red+Green+Blue) = 141+11+15=167 (22% of max value = 765). Red value is 141 (55.47% from 255 or 84.43% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0B0F is #72F4F0. Grayscale: #323232. Windows color (decimal): -7533809 or 985997. OLE color: 985997.

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

Color convert

RGB1411115-
CMYK00.920.890.45
HSL358.15º85.53%29.8%-
HSV(B)358.15º92.2%55.29%-
XYZ11.195.941.01-
YUV50.33108.07192.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 84.43%
GREEN value IS 11 (4.69% from 255) = 6.59%
BLUE value IS 15 (6.25% from 255) = 8.98%
R=84.43%
G=6.59%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141111500.920.890.45358.1585.5329.8
Hex8DBF05C592D166561e
Octal215131701341315554612636
Binary1000110110111111010111001011001101101101100110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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