Html Css Color HEX #89111B Carmine

📋 copy color: '#89111B'

red 137 ◦ green 17 ◦ blue 27

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

Shades of Carmine #89111B

Tints of Carmine #89111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 75.69%
G = 9.39%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89111B (or 0x89111B) is known color: Carmine. HEX triplet: 89, 11 and 1B. RGB value is (137,17,27). Sum of RGB (Red+Green+Blue) = 137+17+27=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #89111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89111B is #76EEE4. Grayscale: #363636. Windows color (decimal): -7794405 or 1773961. OLE color: 1773961.

HSL color Cylindrical-coordinate representation of color #89111B: hue angle of 355º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89111B is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 17 27 -
CMYK 0 0.88 0.80 0.46
HSL 355º 0.78% 0.3% -
HSV(B) 355º 0.88% 0.54% -
XYZ 10.71 5.8 1.59 -
YUV 54.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 137 17 27 0 0.88 0.80 0.46 355 0.78 0.3
Hex 89 11 1B 0 58 50 2E 163 4E 1E
Octal 211 21 33 0 130 120 56 543 116 36
Binary 10001001 10001 11011 0 1011000 1010000 101110 101100011 1001110 11110

Color Harmonies of #89111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89111B

Black with #89111B

Text Example


Text Example

White with #89111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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