#8F0421

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

Shades of Carmine #8F0421

Tints of Carmine #8F0421

Color information

#8F0421 (or 0x8F0421) is unknown color: approx Carmine. HEX triplet: 8F, 04 and 21. RGB value is (143,4,33). Sum of RGB (Red+Green+Blue) = 143+4+33=180 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.44% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0421 is #70FBDE. Grayscale: #303030. Windows color (decimal): -7404511 or 2163855. OLE color: 2163855.

HSL color Cylindrical-coordinate representation of color #8F0421: hue angle of 347.48º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0421 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB143433-
CMYK00.970.770.44
HSL347.48º94.56%28.82%-
HSV(B)347.48º97.2%56.08%-
XYZ11.656.041.99-
YUV48.87119.05195.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 79.44%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=79.44%
G=2.22%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14343300.970.770.44347.4894.5628.82
Hex8F4210614D2C15b5f1d
Octal21744101411155453313735
Binary10001111100100001011000011001101101100101011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,4,33); }

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

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

 a { background-color: rgb(143,4,33); }

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

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

 span { border-color: rgb(143,4,33); }

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