#8D051E

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

Shades of Carmine #8D051E

Tints of Carmine #8D051E

Color information

#8D051E (or 0x8D051E) is unknown color: approx Carmine. HEX triplet: 8D, 05 and 1E. RGB value is (141,5,30). Sum of RGB (Red+Green+Blue) = 141+5+30=176 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.11% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 141 - color contains mainly: red. Hex color #8D051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D051E is #72FAE1. Grayscale: #303030. Windows color (decimal): -7535330 or 1967501. OLE color: 1967501.

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

Color convert

RGB141530-
CMYK00.960.790.45
HSL348.97º93.15%28.63%-
HSV(B)348.97º96.45%55.29%-
XYZ11.275.861.77-
YUV48.51117.56193.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 80.11%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=80.11%
G=2.84%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14153000.960.790.45348.9793.1528.63
Hex8D51E0604F2D15d5d1d
Octal21553601401175553513535
Binary1000110110111110011000001001111101101101011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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