Html Css Color HEX #89141B Carmine

📋 copy color: '#89141B'

red 137 ◦ green 20 ◦ blue 27

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

Shades of Carmine #89141B

Tints of Carmine #89141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.67%

R = 74.46%
G = 10.87%
B = 14.67%

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

#89141B (or 0x89141B) is known color: Carmine. HEX triplet: 89, 14 and 1B. RGB value is (137,20,27). Sum of RGB (Red+Green+Blue) = 137+20+27=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89141B is #76EBE4. Grayscale: #373737. Windows color (decimal): -7793637 or 1774729. OLE color: 1774729.

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

Color convert

RGB 137 20 27 -
CMYK 0 0.85 0.80 0.46
HSL 356.41º 0.75% 0.31% -
HSV(B) 356.41º 0.85% 0.54% -
XYZ 10.76 5.9 1.61 -
YUV 55.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 137 20 27 0 0.85 0.80 0.46 356.41 0.75 0.31
Hex 89 14 1B 0 55 50 2E 164 4B 1F
Octal 211 24 33 0 125 120 56 544 113 37
Binary 10001001 10100 11011 0 1010101 1010000 101110 101100100 1001011 11111

Color Harmonies of #89141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89141B

Black with #89141B

Text Example


Text Example

White with #89141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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