#8D0105

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

Shades of Sangria #8D0105

Tints of Sangria #8D0105

Color information

#8D0105 (or 0x8D0105) is unknown color: approx Sangria. HEX triplet: 8D, 01 and 05. RGB value is (141,1,5). Sum of RGB (Red+Green+Blue) = 141+1+5=147 (19% of max value = 765). Red value is 141 (55.47% from 255 or 95.92% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0105 is #72FEFA. Grayscale: #2B2B2B. Windows color (decimal): -7536379 or 328077. OLE color: 328077.

HSL color Cylindrical-coordinate representation of color #8D0105: hue angle of 358.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0105 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB14115-
CMYK00.990.960.45
HSL358.29º98.59%27.84%-
HSV(B)358.29º99.29%55.29%-
XYZ11.025.70.66-
YUV43.32106.38197.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 95.92%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=95.92%
G=0.68%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411500.990.960.45358.2998.5927.84
Hex8D15063602D166631c
Octal2151501431405554614334
Binary100011011101011000111100000101101101100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,1,5); }

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

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

 a { background-color: rgb(141,1,5); }

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

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

 span { border-color: rgb(141,1,5); }

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