#8D1222

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

Shades of Carmine #8D1222

Tints of Carmine #8D1222

Color information

#8D1222 (or 0x8D1222) is unknown color: approx Carmine. HEX triplet: 8D, 12 and 22. RGB value is (141,18,34). Sum of RGB (Red+Green+Blue) = 141+18+34=193 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.06% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1222 is #72EDDD. Grayscale: #383838. Windows color (decimal): -7531998 or 2232973. OLE color: 2232973.

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

Color convert

RGB1411834-
CMYK00.870.760.45
HSL352.2º77.36%31.18%-
HSV(B)352.2º87.23%55.29%-
XYZ11.496.212.11-
YUV56.6115.25188.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 73.06%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 34 (13.67% from 255) = 17.62%
R=73.06%
G=9.33%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141183400.870.760.45352.277.3631.18
Hex8D12220574C2D1604d1f
Octal215224201271145554011537
Binary1000110110010100010010101111001100101101101100000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,18,34); }

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

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

 a { background-color: rgb(141,18,34); }

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

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

 span { border-color: rgb(141,18,34); }

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