#8D020A

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

Shades of Sangria #8D020A

Tints of Sangria #8D020A

Color information

#8D020A (or 0x8D020A) is unknown color: approx Sangria. HEX triplet: 8D, 02 and 0A. RGB value is (141,2,10). Sum of RGB (Red+Green+Blue) = 141+2+10=153 (20% of max value = 765). Red value is 141 (55.47% from 255 or 92.16% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 141 - color contains mainly: red. Hex color #8D020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D020A is #72FDF5. Grayscale: #2C2C2C. Windows color (decimal): -7536118 or 656013. OLE color: 656013.

HSL color Cylindrical-coordinate representation of color #8D020A: hue angle of 356.55º degrees, saturation: 0.97, 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 #8D020A is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB141210-
CMYK00.990.930.45
HSL356.55º97.2%28.04%-
HSV(B)356.55º98.58%55.29%-
XYZ11.065.730.81-
YUV44.47108.55196.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 92.16%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=92.16%
G=1.31%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14121000.990.930.45356.5597.228.04
Hex8D2A0635D2D165611c
Octal21521201431355554514134
Binary10001101101010011000111011101101101101100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,2,10); }

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

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

 a { background-color: rgb(141,2,10); }

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

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

 span { border-color: rgb(141,2,10); }

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