#8D091C

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

Shades of Carmine #8D091C

Tints of Carmine #8D091C

Color information

#8D091C (or 0x8D091C) is unknown color: approx Carmine. HEX triplet: 8D, 09 and 1C. RGB value is (141,9,28). Sum of RGB (Red+Green+Blue) = 141+9+28=178 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.21% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 141 - color contains mainly: red. Hex color #8D091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D091C is #72F6E3. Grayscale: #323232. Windows color (decimal): -7534308 or 1837453. OLE color: 1837453.

HSL color Cylindrical-coordinate representation of color #8D091C: hue angle of 351.36º 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 #8D091C is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB141928-
CMYK00.940.800.45
HSL351.36º88%29.41%-
HSV(B)351.36º93.62%55.29%-
XYZ11.295.941.65-
YUV50.63115.23192.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 79.21%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=79.21%
G=5.06%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14192800.940.800.45351.368829.41
Hex8D91C05E502D15f581d
Octal215113401361205553713035
Binary10001101100111100010111101010000101101101011111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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