#8F1127

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

Shades of Carmine #8F1127

Tints of Carmine #8F1127

Color information

#8F1127 (or 0x8F1127) is unknown color: approx Carmine. HEX triplet: 8F, 11 and 27. RGB value is (143,17,39). Sum of RGB (Red+Green+Blue) = 143+17+39=199 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.86% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1127 is #70EED8. Grayscale: #393939. Windows color (decimal): -7401177 or 2560399. OLE color: 2560399.

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

Color convert

RGB1431739-
CMYK00.880.730.44
HSL349.52º78.75%31.37%-
HSV(B)349.52º88.11%56.08%-
XYZ11.896.392.53-
YUV57.18117.74189.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 71.86%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=71.86%
G=8.54%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143173900.880.730.44349.5278.7531.37
Hex8F1127058492C15e4f1f
Octal217214701301115453611737
Binary1000111110001100111010110001001001101100101011110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,17,39); }

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

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

 a { background-color: rgb(143,17,39); }

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

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

 span { border-color: rgb(143,17,39); }

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