#8F141E

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

Shades of Carmine #8F141E

Tints of Carmine #8F141E

Color information

#8F141E (or 0x8F141E) is unknown color: approx Carmine. HEX triplet: 8F, 14 and 1E. RGB value is (143,20,30). Sum of RGB (Red+Green+Blue) = 143+20+30=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F141E is #70EBE1. Grayscale: #393939. Windows color (decimal): -7400418 or 1971343. OLE color: 1971343.

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

Color convert

RGB1432030-
CMYK00.860.790.44
HSL355.12º75.46%31.96%-
HSV(B)355.12º86.01%56.08%-
XYZ11.816.431.85-
YUV57.92112.25188.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 74.09%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=74.09%
G=10.36%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143203000.860.790.44355.1275.4631.96
Hex8F141E0564F2C1634b20
Octal217243601261175454311340
Binary1000111110100111100101011010011111011001011000111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,20,30); }

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

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

 a { background-color: rgb(143,20,30); }

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

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

 span { border-color: rgb(143,20,30); }

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