#8F031F

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

Shades of Carmine #8F031F

Tints of Carmine #8F031F

Color information

#8F031F (or 0x8F031F) is unknown color: approx Carmine. HEX triplet: 8F, 03 and 1F. RGB value is (143,3,31). Sum of RGB (Red+Green+Blue) = 143+3+31=177 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.79% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 143 - color contains mainly: red. Hex color #8F031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F031F is #70FCE0. Grayscale: #303030. Windows color (decimal): -7404769 or 2032527. OLE color: 2032527.

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

Color convert

RGB143331-
CMYK00.980.780.44
HSL348º95.89%28.63%-
HSV(B)348º97.9%56.08%-
XYZ11.6161.84-
YUV48.05118.38195.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 80.79%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=80.79%
G=1.69%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14333100.980.780.4434895.8928.63
Hex8F31F0624E2C15c601d
Octal21733701421165453414035
Binary100011111111111011000101001110101100101011100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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