#8D0513

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

Shades of Sangria #8D0513

Tints of Sangria #8D0513

Color information

#8D0513 (or 0x8D0513) is unknown color: approx Sangria. HEX triplet: 8D, 05 and 13. RGB value is (141,5,19). Sum of RGB (Red+Green+Blue) = 141+5+19=165 (21% of max value = 765). Red value is 141 (55.47% from 255 or 85.45% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0513 is #72FAEC. Grayscale: #2F2F2F. Windows color (decimal): -7535341 or 1246605. OLE color: 1246605.

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

Color convert

RGB141519-
CMYK00.960.870.45
HSL353.82º93.15%28.63%-
HSV(B)353.82º96.45%55.29%-
XYZ11.165.821.15-
YUV47.26112.06194.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 85.45%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 19 (7.81% from 255) = 11.52%
R=85.45%
G=3.03%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14151900.960.870.45353.8293.1528.63
Hex8D513060572D1625d1d
Octal21552301401275554213535
Binary1000110110110011011000001010111101101101100010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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