#891218

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

Shades of Carmine #891218

Tints of Carmine #891218

Color information

#891218 (or 0x891218) is unknown color: approx Carmine. HEX triplet: 89, 12 and 18. RGB value is (137,18,24). Sum of RGB (Red+Green+Blue) = 137+18+24=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #891218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891218 is #76EDE7. Grayscale: #363636. Windows color (decimal): -7794152 or 1577609. OLE color: 1577609.

HSL color Cylindrical-coordinate representation of color #891218: hue angle of 356.97º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891218 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB1371824-
CMYK00.870.820.46
HSL356.97º76.77%30.39%-
HSV(B)356.97º86.86%53.73%-
XYZ10.75.821.42-
YUV54.26110.92187.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.54%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=76.54%
G=10.06%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137182400.870.820.46356.9776.7730.39
Hex891218057522E1654d1e
Octal211223001271225654511536
Binary100010011001011000010101111010010101110101100101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891218; }

 p { color: rgb(137,18,24); }

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

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

 a { background-color: rgb(137,18,24); }

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

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

 span { border-color: rgb(137,18,24); }

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