#8F051E

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

Shades of Carmine #8F051E

Tints of Carmine #8F051E

Color information

#8F051E (or 0x8F051E) is unknown color: approx Carmine. HEX triplet: 8F, 05 and 1E. RGB value is (143,5,30). Sum of RGB (Red+Green+Blue) = 143+5+30=178 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.34% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 143 - color contains mainly: red. Hex color #8F051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F051E is #70FAE1. Grayscale: #313131. Windows color (decimal): -7404258 or 1967503. OLE color: 1967503.

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

Color convert

RGB143530-
CMYK00.970.790.44
HSL349.13º93.24%29.02%-
HSV(B)349.13º96.5%56.08%-
XYZ11.626.041.78-
YUV49.11117.22194.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 80.34%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=80.34%
G=2.81%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14353000.970.790.44349.1393.2429.02
Hex8F51E0614F2C15d5d1d
Octal21753601411175453513535
Binary1000111110111110011000011001111101100101011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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