#8F1117

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

Shades of Carmine #8F1117

Tints of Carmine #8F1117

Color information

#8F1117 (or 0x8F1117) is unknown color: approx Carmine. HEX triplet: 8F, 11 and 17. RGB value is (143,17,23). Sum of RGB (Red+Green+Blue) = 143+17+23=183 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.14% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1117 is #70EEE8. Grayscale: #373737. Windows color (decimal): -7401193 or 1511823. OLE color: 1511823.

HSL color Cylindrical-coordinate representation of color #8F1117: hue angle of 357.14º 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 #8F1117 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB1431723-
CMYK00.880.840.44
HSL357.14º78.75%31.37%-
HSV(B)357.14º88.11%56.08%-
XYZ11.686.31.41-
YUV55.36109.74190.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 78.14%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 23 (9.38% from 255) = 12.57%
R=78.14%
G=9.29%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143172300.880.840.44357.1478.7531.37
Hex8F1117058542C1654f1f
Octal217212701301245454511737
Binary100011111000110111010110001010100101100101100101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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