#8F0321

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

Shades of Carmine #8F0321

Tints of Carmine #8F0321

Color information

#8F0321 (or 0x8F0321) is unknown color: approx Carmine. HEX triplet: 8F, 03 and 21. RGB value is (143,3,33). Sum of RGB (Red+Green+Blue) = 143+3+33=179 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.89% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0321 is #70FCDE. Grayscale: #303030. Windows color (decimal): -7404767 or 2163599. OLE color: 2163599.

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

Color convert

RGB143333-
CMYK00.980.770.44
HSL347.14º95.89%28.63%-
HSV(B)347.14º97.9%56.08%-
XYZ11.636.011.99-
YUV48.28119.38195.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 79.89%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=79.89%
G=1.68%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14333300.980.770.44347.1495.8928.63
Hex8F3210624D2C15b601d
Octal21734101421155453314035
Binary1000111111100001011000101001101101100101011011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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