#8F151B

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

Shades of Carmine #8F151B

Tints of Carmine #8F151B

Color information

#8F151B (or 0x8F151B) is unknown color: approx Carmine. HEX triplet: 8F, 15 and 1B. RGB value is (143,21,27). Sum of RGB (Red+Green+Blue) = 143+21+27=191 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.87% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 143 - color contains mainly: red. Hex color #8F151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F151B is #70EAE4. Grayscale: #3A3A3A. Windows color (decimal): -7400165 or 1774991. OLE color: 1774991.

HSL color Cylindrical-coordinate representation of color #8F151B: hue angle of 357.05º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F151B is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1432127-
CMYK00.850.810.44
HSL357.05º74.39%32.16%-
HSV(B)357.05º85.31%56.08%-
XYZ11.796.461.66-
YUV58.16110.42188.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 74.87%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=74.87%
G=10.99%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143212700.850.810.44357.0574.3932.16
Hex8F151B055512C1654a20
Octal217253301251215454511240
Binary1000111110101110110101010110100011011001011001011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,21,27); }

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

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

 a { background-color: rgb(143,21,27); }

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

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

 span { border-color: rgb(143,21,27); }

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