#8D071D

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

Shades of Carmine #8D071D

Tints of Carmine #8D071D

Color information

#8D071D (or 0x8D071D) is unknown color: approx Carmine. HEX triplet: 8D, 07 and 1D. RGB value is (141,7,29). Sum of RGB (Red+Green+Blue) = 141+7+29=177 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.66% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 141 - color contains mainly: red. Hex color #8D071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D071D is #72F8E2. Grayscale: #313131. Windows color (decimal): -7534819 or 1902477. OLE color: 1902477.

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

Color convert

RGB141729-
CMYK00.950.790.45
HSL350.15º90.54%29.02%-
HSV(B)350.15º95.04%55.29%-
XYZ11.285.91.71-
YUV49.57116.39193.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 79.66%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 29 (11.72% from 255) = 16.38%
R=79.66%
G=3.95%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14172900.950.790.45350.1590.5429.02
Hex8D71D05F4F2D15e5b1d
Octal21573501371175553613335
Binary1000110111111101010111111001111101101101011110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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