#8D141D

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

Shades of Carmine #8D141D

Tints of Carmine #8D141D

Color information

#8D141D (or 0x8D141D) is unknown color: approx Carmine. HEX triplet: 8D, 14 and 1D. RGB value is (141,20,29). Sum of RGB (Red+Green+Blue) = 141+20+29=190 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.21% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 141 - color contains mainly: red. Hex color #8D141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D141D is #72EBE2. Grayscale: #393939. Windows color (decimal): -7531491 or 1905805. OLE color: 1905805.

HSL color Cylindrical-coordinate representation of color #8D141D: hue angle of 355.54º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D141D is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1412029-
CMYK00.860.790.45
HSL355.54º75.16%31.57%-
HSV(B)355.54º85.82%55.29%-
XYZ11.466.251.77-
YUV57.2112.09187.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 74.21%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=74.21%
G=10.53%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141202900.860.790.45355.5475.1631.57
Hex8D141D0564F2D1644b20
Octal215243501261175554411340
Binary1000110110100111010101011010011111011011011001001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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