Html Css Color HEX #89141C Carmine

📋 copy color: '#89141C'

red 137 ◦ green 20 ◦ blue 28

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

Shades of Carmine #89141C

Tints of Carmine #89141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

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

R = 74.05%
G = 10.81%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89141C (or 0x89141C) is known color: Carmine. HEX triplet: 89, 14 and 1C. RGB value is (137,20,28). Sum of RGB (Red+Green+Blue) = 137+20+28=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89141C is #76EBE3. Grayscale: #373737. Windows color (decimal): -7793636 or 1840265. OLE color: 1840265.

HSL color Cylindrical-coordinate representation of color #89141C: hue angle of 355.9º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89141C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 28 -
CMYK 0 0.85 0.80 0.46
HSL 355.9º 0.75% 0.31% -
HSV(B) 355.9º 0.85% 0.54% -
XYZ 10.78 5.9 1.67 -
YUV 55.9 112.26 185.85 -
System Red Green Blue C M Y K H S L
Decimal 137 20 28 0 0.85 0.80 0.46 355.9 0.75 0.31
Hex 89 14 1C 0 55 50 2E 164 4B 1F
Octal 211 24 34 0 125 120 56 544 113 37
Binary 10001001 10100 11100 0 1010101 1010000 101110 101100100 1001011 11111

Color Harmonies of #89141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89141C

Black with #89141C

Text Example


Text Example

White with #89141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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