#8D0921

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

Shades of Carmine #8D0921

Tints of Carmine #8D0921

Color information

#8D0921 (or 0x8D0921) is unknown color: approx Carmine. HEX triplet: 8D, 09 and 21. RGB value is (141,9,33). Sum of RGB (Red+Green+Blue) = 141+9+33=183 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.05% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0921 is #72F6DE. Grayscale: #333333. Windows color (decimal): -7534303 or 2165133. OLE color: 2165133.

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

Color convert

RGB141933-
CMYK00.940.770.45
HSL349.09º88%29.41%-
HSV(B)349.09º93.62%55.29%-
XYZ11.365.971.99-
YUV51.2117.73192.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 77.05%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=77.05%
G=4.92%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14193300.940.770.45349.098829.41
Hex8D92105E4D2D15d581d
Octal215114101361155553513035
Binary100011011001100001010111101001101101101101011101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,9,33); }

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

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

 a { background-color: rgb(141,9,33); }

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

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

 span { border-color: rgb(141,9,33); }

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