#8D1016

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

Shades of Sangria #8D1016

Tints of Sangria #8D1016

Color information

#8D1016 (or 0x8D1016) is unknown color: approx Sangria. HEX triplet: 8D, 10 and 16. RGB value is (141,16,22). Sum of RGB (Red+Green+Blue) = 141+16+22=179 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.77% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1016 is #72EFE9. Grayscale: #363636. Windows color (decimal): -7532522 or 1446029. OLE color: 1446029.

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

Color convert

RGB1411622-
CMYK00.890.840.45
HSL357.12º79.62%30.78%-
HSV(B)357.12º88.65%55.29%-
XYZ11.316.091.34-
YUV54.06109.91190.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 78.77%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=78.77%
G=8.94%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141162200.890.840.45357.1279.6230.78
Hex8D1016059542D165501f
Octal215202601311245554512037
Binary100011011000010110010110011010100101101101100101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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