Html Css Color HEX #891218 Carmine

📋 copy color: '#891218'

red 137 ◦ green 18 ◦ blue 24

#891218
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #891218

Tints of Carmine #891218

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 value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#891218 (or 0x891218) is known color: 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

RGB 137 18 24 -
CMYK 0 0.87 0.82 0.46
HSL 356.97º 0.77% 0.3% -
HSV(B) 356.97º 0.87% 0.54% -
XYZ 10.7 5.82 1.42 -
YUV 54.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 137 18 24 0 0.87 0.82 0.46 356.97 0.77 0.3
Hex 89 12 18 0 57 52 2E 165 4D 1E
Octal 211 22 30 0 127 122 56 545 115 36
Binary 10001001 10010 11000 0 1010111 1010010 101110 101100101 1001101 11110

Color Harmonies of #891218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891218

Black with #891218

Text Example


Text Example

White with #891218

Text Example


Text Example

HTML Codes & Css Web 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>