#8D091D

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

Shades of Carmine #8D091D

Tints of Carmine #8D091D

Color information

#8D091D (or 0x8D091D) is unknown color: approx Carmine. HEX triplet: 8D, 09 and 1D. RGB value is (141,9,29). Sum of RGB (Red+Green+Blue) = 141+9+29=179 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.77% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 141 - color contains mainly: red. Hex color #8D091D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D091D is #72F6E2. Grayscale: #323232. Windows color (decimal): -7534307 or 1902989. OLE color: 1902989.

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

Color convert

RGB141929-
CMYK00.940.790.45
HSL350.91º88%29.41%-
HSV(B)350.91º93.62%55.29%-
XYZ11.35.951.71-
YUV50.75115.73192.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 78.77%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=78.77%
G=5.03%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14192900.940.790.45350.918829.41
Hex8D91D05E4F2D15f581d
Octal215113501361175553713035
Binary10001101100111101010111101001111101101101011111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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