#8D081E

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

Shades of Carmine #8D081E

Tints of Carmine #8D081E

Color information

#8D081E (or 0x8D081E) is unknown color: approx Carmine. HEX triplet: 8D, 08 and 1E. RGB value is (141,8,30). Sum of RGB (Red+Green+Blue) = 141+8+30=179 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.77% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 141 - color contains mainly: red. Hex color #8D081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D081E is #72F7E1. Grayscale: #323232. Windows color (decimal): -7534562 or 1968269. OLE color: 1968269.

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

Color convert

RGB141830-
CMYK00.940.790.45
HSL350.08º89.26%29.22%-
HSV(B)350.08º94.33%55.29%-
XYZ11.315.931.78-
YUV50.28116.56192.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 78.77%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=78.77%
G=4.47%
B=16.76%

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
Decimal14183000.940.790.45350.0889.2629.22
Hex8D81E05E4F2D15e591d
Octal215103601361175553613135
Binary10001101100011110010111101001111101101101011110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,8,30); }

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

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

 a { background-color: rgb(141,8,30); }

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

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

 span { border-color: rgb(141,8,30); }

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