#8F0520

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

Shades of Carmine #8F0520

Tints of Carmine #8F0520

Color information

#8F0520 (or 0x8F0520) is unknown color: approx Carmine. HEX triplet: 8F, 05 and 20. RGB value is (143,5,32). Sum of RGB (Red+Green+Blue) = 143+5+32=180 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.44% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0520 is #70FADF. Grayscale: #313131. Windows color (decimal): -7404256 or 2098575. OLE color: 2098575.

HSL color Cylindrical-coordinate representation of color #8F0520: hue angle of 348.26º degrees, saturation: 0.93, 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 #8F0520 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB143532-
CMYK00.970.780.44
HSL348.26º93.24%29.02%-
HSV(B)348.26º96.5%56.08%-
XYZ11.646.051.92-
YUV49.34118.22194.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 79.44%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=79.44%
G=2.78%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14353200.970.780.44348.2693.2429.02
Hex8F5200614E2C15c5d1d
Octal21754001411165453413535
Binary10001111101100000011000011001110101100101011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,5,32); }

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

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

 a { background-color: rgb(143,5,32); }

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

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

 span { border-color: rgb(143,5,32); }

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