#8D001F

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

Shades of Carmine #8D001F

Tints of Carmine #8D001F

Color information

#8D001F (or 0x8D001F) is unknown color: approx Carmine. HEX triplet: 8D, 00 and 1F. RGB value is (141,0,31). Sum of RGB (Red+Green+Blue) = 141+0+31=172 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.98% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 141 - color contains mainly: red. Hex color #8D001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D001F is #72FFE0. Grayscale: #2D2D2D. Windows color (decimal): -7536609 or 2031757. OLE color: 2031757.

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

Color convert

RGB141031-
CMYK010.780.45
HSL346.81º100%27.65%-
HSV(B)346.81º100%55.29%-
XYZ11.235.761.82-
YUV45.69119.71195.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 81.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 18.02%
R=81.98%
G=0%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141031010.780.45346.8110027.65
Hex8D01F0644E2D15b641c
Octal21503701441165553314434
Binary10001101011111011001001001110101101101011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,0,31); }

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

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

 a { background-color: rgb(141,0,31); }

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

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

 span { border-color: rgb(141,0,31); }

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