#8D0E1D

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

Shades of Carmine #8D0E1D

Tints of Carmine #8D0E1D

Color information

#8D0E1D (or 0x8D0E1D) is unknown color: approx Carmine. HEX triplet: 8D, 0E and 1D. RGB value is (141,14,29). Sum of RGB (Red+Green+Blue) = 141+14+29=184 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.63% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0E1D is #72F1E2. Grayscale: #353535. Windows color (decimal): -7533027 or 1904269. OLE color: 1904269.

HSL color Cylindrical-coordinate representation of color #8D0E1D: hue angle of 352.91º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E1D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1411429-
CMYK00.900.790.45
HSL352.91º81.94%30.39%-
HSV(B)352.91º90.07%55.29%-
XYZ11.366.071.73-
YUV53.68114.08190.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 76.63%
GREEN value IS 14 (5.86% from 255) = 7.61%
BLUE value IS 29 (11.72% from 255) = 15.76%
R=76.63%
G=7.61%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141142900.900.790.45352.9181.9430.39
Hex8DE1D05A4F2D161521e
Octal215163501321175554112236
Binary10001101111011101010110101001111101101101100001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,14,29); }

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

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

 a { background-color: rgb(141,14,29); }

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

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

 span { border-color: rgb(141,14,29); }

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