Html Css Color HEX #89141D Carmine

📋 copy color: '#89141D'

red 137 ◦ green 20 ◦ blue 29

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

Shades of Carmine #89141D

Tints of Carmine #89141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 73.66%
G = 10.75%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#89141D (or 0x89141D) is known color: Carmine. HEX triplet: 89, 14 and 1D. RGB value is (137,20,29). Sum of RGB (Red+Green+Blue) = 137+20+29=186 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.66% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 137 - color contains mainly: red. Hex color #89141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89141D is #76EBE2. Grayscale: #383838. Windows color (decimal): -7793635 or 1905801. OLE color: 1905801.

HSL color Cylindrical-coordinate representation of color #89141D: hue angle of 355.38º 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 #89141D is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 29 -
CMYK 0 0.85 0.79 0.46
HSL 355.38º 0.75% 0.31% -
HSV(B) 355.38º 0.85% 0.54% -
XYZ 10.79 5.91 1.73 -
YUV 56.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 137 20 29 0 0.85 0.79 0.46 355.38 0.75 0.31
Hex 89 14 1D 0 55 4F 2E 163 4B 1F
Octal 211 24 35 0 125 117 56 543 113 37
Binary 10001001 10100 11101 0 1010101 1001111 101110 101100011 1001011 11111

Color Harmonies of #89141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89141D

Black with #89141D

Text Example


Text Example

White with #89141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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