#8F0E1D

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

Shades of Carmine #8F0E1D

Tints of Carmine #8F0E1D

Color information

#8F0E1D (or 0x8F0E1D) is unknown color: approx Carmine. HEX triplet: 8F, 0E and 1D. RGB value is (143,14,29). Sum of RGB (Red+Green+Blue) = 143+14+29=186 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.88% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0E1D is #70F1E2. Grayscale: #363636. Windows color (decimal): -7401955 or 1904271. OLE color: 1904271.

HSL color Cylindrical-coordinate representation of color #8F0E1D: hue angle of 353.02º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E1D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1431429-
CMYK00.900.800.44
HSL353.02º82.17%30.78%-
HSV(B)353.02º90.21%56.08%-
XYZ11.716.241.75-
YUV54.28113.74191.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 76.88%
GREEN value IS 14 (5.86% from 255) = 7.53%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=76.88%
G=7.53%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143142900.900.800.44353.0282.1730.78
Hex8FE1D05A502C161521f
Octal217163501321205454112237
Binary10001111111011101010110101010000101100101100001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,14,29); }

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

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

 a { background-color: rgb(143,14,29); }

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

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

 span { border-color: rgb(143,14,29); }

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