#8D031C

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

Shades of Carmine #8D031C

Tints of Carmine #8D031C

Color information

#8D031C (or 0x8D031C) is unknown color: approx Carmine. HEX triplet: 8D, 03 and 1C. RGB value is (141,3,28). Sum of RGB (Red+Green+Blue) = 141+3+28=172 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.98% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 141 - color contains mainly: red. Hex color #8D031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D031C is #72FCE3. Grayscale: #2F2F2F. Windows color (decimal): -7535844 or 1835917. OLE color: 1835917.

HSL color Cylindrical-coordinate representation of color #8D031C: hue angle of 349.13º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D031C is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB141328-
CMYK00.980.800.45
HSL349.13º95.83%28.24%-
HSV(B)349.13º97.87%55.29%-
XYZ11.235.811.63-
YUV47.11117.22194.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 81.98%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 28 (11.33% from 255) = 16.28%
R=81.98%
G=1.74%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14132800.980.800.45349.1395.8328.24
Hex8D31C062502D15d601c
Octal21533401421205553514034
Binary100011011111100011000101010000101101101011101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,3,28); }

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

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

 a { background-color: rgb(141,3,28); }

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

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

 span { border-color: rgb(141,3,28); }

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