#8D071F

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

Shades of Carmine #8D071F

Tints of Carmine #8D071F

Color information

#8D071F (or 0x8D071F) is unknown color: approx Carmine. HEX triplet: 8D, 07 and 1F. RGB value is (141,7,31). Sum of RGB (Red+Green+Blue) = 141+7+31=179 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.77% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 141 - color contains mainly: red. Hex color #8D071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D071F is #72F8E0. Grayscale: #313131. Windows color (decimal): -7534817 or 2033549. OLE color: 2033549.

HSL color Cylindrical-coordinate representation of color #8D071F: hue angle of 349.25º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D071F is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB141731-
CMYK00.950.780.45
HSL349.25º90.54%29.02%-
HSV(B)349.25º95.04%55.29%-
XYZ11.315.911.84-
YUV49.8117.39193.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 78.77%
GREEN value IS 7 (3.12% from 255) = 3.91%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=78.77%
G=3.91%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14173100.950.780.45349.2590.5429.02
Hex8D71F05F4E2D15d5b1d
Octal21573701371165553513335
Binary1000110111111111010111111001110101101101011101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,7,31); }

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

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

 a { background-color: rgb(141,7,31); }

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

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

 span { border-color: rgb(141,7,31); }

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