#8F091C

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

Shades of Carmine #8F091C

Tints of Carmine #8F091C

Color information

#8F091C (or 0x8F091C) is unknown color: approx Carmine. HEX triplet: 8F, 09 and 1C. RGB value is (143,9,28). Sum of RGB (Red+Green+Blue) = 143+9+28=180 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.44% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 143 - color contains mainly: red. Hex color #8F091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F091C is #70F6E3. Grayscale: #333333. Windows color (decimal): -7403236 or 1837455. OLE color: 1837455.

HSL color Cylindrical-coordinate representation of color #8F091C: hue angle of 351.49º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F091C is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB143928-
CMYK00.940.800.44
HSL351.49º88.16%29.8%-
HSV(B)351.49º93.71%56.08%-
XYZ11.636.121.67-
YUV51.23114.89193.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 79.44%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 28 (11.33% from 255) = 15.56%
R=79.44%
G=5%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14392800.940.800.44351.4988.1629.8
Hex8F91C05E502C15f581e
Octal217113401361205453713036
Binary10001111100111100010111101010000101100101011111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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