#8D101A

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

Shades of Carmine #8D101A

Tints of Carmine #8D101A

Color information

#8D101A (or 0x8D101A) is unknown color: approx Carmine. HEX triplet: 8D, 10 and 1A. RGB value is (141,16,26). Sum of RGB (Red+Green+Blue) = 141+16+26=183 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.05% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 141 - color contains mainly: red. Hex color #8D101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D101A is #72EFE5. Grayscale: #363636. Windows color (decimal): -7532518 or 1708173. OLE color: 1708173.

HSL color Cylindrical-coordinate representation of color #8D101A: hue angle of 355.2º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D101A is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1411626-
CMYK00.890.820.45
HSL355.2º79.62%30.78%-
HSV(B)355.2º88.65%55.29%-
XYZ11.366.111.56-
YUV54.52111.91189.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 77.05%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=77.05%
G=8.74%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141162600.890.820.45355.279.6230.78
Hex8D101A059522D163501f
Octal215203201311225554312037
Binary100011011000011010010110011010010101101101100011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,16,26); }

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

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

 a { background-color: rgb(141,16,26); }

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

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

 span { border-color: rgb(141,16,26); }

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