#8F0419

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

Shades of Carmine #8F0419

Tints of Carmine #8F0419

Color information

#8F0419 (or 0x8F0419) is unknown color: approx Carmine. HEX triplet: 8F, 04 and 19. RGB value is (143,4,25). Sum of RGB (Red+Green+Blue) = 143+4+25=172 (22% of max value = 765). Red value is 143 (56.25% from 255 or 83.14% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0419 is #70FBE6. Grayscale: #303030. Windows color (decimal): -7404519 or 1639567. OLE color: 1639567.

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

Color convert

RGB143425-
CMYK00.970.830.44
HSL350.94º94.56%28.82%-
HSV(B)350.94º97.2%56.08%-
XYZ11.5561.47-
YUV47.96115.05195.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 83.14%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=83.14%
G=2.33%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14342500.970.830.44350.9494.5628.82
Hex8F419061532C15f5f1d
Octal21743101411235453713735
Binary1000111110011001011000011010011101100101011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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