Html Css Color HEX #89121C Carmine

📋 copy color: '#89121C'

red 137 ◦ green 18 ◦ blue 28

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

Shades of Carmine #89121C

Tints of Carmine #89121C

RGB

 RED value IS 137 (53.91% from 255) = 74.86%

 GREEN value IS 18 (7.42% from 255) = 9.84%

 BLUE value IS 28 (11.33% from 255) = 15.3%

R = 74.86%
G = 9.84%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89121C (or 0x89121C) is known color: Carmine. HEX triplet: 89, 12 and 1C. RGB value is (137,18,28). Sum of RGB (Red+Green+Blue) = 137+18+28=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #89121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89121C is #76EDE3. Grayscale: #363636. Windows color (decimal): -7794148 or 1839753. OLE color: 1839753.

HSL color Cylindrical-coordinate representation of color #89121C: hue angle of 354.96º 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 #89121C is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 28 -
CMYK 0 0.87 0.80 0.46
HSL 354.96º 0.77% 0.3% -
HSV(B) 354.96º 0.87% 0.54% -
XYZ 10.74 5.83 1.66 -
YUV 54.72 112.92 186.69 -
System Red Green Blue C M Y K H S L
Decimal 137 18 28 0 0.87 0.80 0.46 354.96 0.77 0.3
Hex 89 12 1C 0 57 50 2E 163 4D 1E
Octal 211 22 34 0 127 120 56 543 115 36
Binary 10001001 10010 11100 0 1010111 1010000 101110 101100011 1001101 11110

Color Harmonies of #89121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89121C

Black with #89121C

Text Example


Text Example

White with #89121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89121C; }

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

 H1.HeaderClassName
 {
   color: #89121C;
 }
 .AnyTagClassName
 {
   color: #89121C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #89121C;
 }
 .BgClassName
 {
   background-color: #89121C;
 }
</style>

border-color css

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

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

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