#8D0710

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

Shades of Sangria #8D0710

Tints of Sangria #8D0710

Color information

#8D0710 (or 0x8D0710) is unknown color: approx Sangria. HEX triplet: 8D, 07 and 10. RGB value is (141,7,16). Sum of RGB (Red+Green+Blue) = 141+7+16=164 (21% of max value = 765). Red value is 141 (55.47% from 255 or 85.98% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0710 is #72F8EF. Grayscale: #303030. Windows color (decimal): -7534832 or 1050509. OLE color: 1050509.

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

Color convert

RGB141716-
CMYK00.950.890.45
HSL355.97º90.54%29.02%-
HSV(B)355.97º95.04%55.29%-
XYZ11.155.851.03-
YUV48.09109.89194.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 85.98%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 16 (6.64% from 255) = 9.76%
R=85.98%
G=4.27%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14171600.950.890.45355.9790.5429.02
Hex8D71005F592D1645b1d
Octal21572001371315554413335
Binary1000110111110000010111111011001101101101100100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,7,16); }

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

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

 a { background-color: rgb(141,7,16); }

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

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

 span { border-color: rgb(141,7,16); }

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