Html Css Color HEX #89111A Carmine

📋 copy color: '#89111A'

red 137 ◦ green 17 ◦ blue 26

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

Shades of Carmine #89111A

Tints of Carmine #89111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.44%

R = 76.11%
G = 9.44%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#89111A (or 0x89111A) is known color: Carmine. HEX triplet: 89, 11 and 1A. RGB value is (137,17,26). Sum of RGB (Red+Green+Blue) = 137+17+26=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #89111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89111A is #76EEE5. Grayscale: #353535. Windows color (decimal): -7794406 or 1708425. OLE color: 1708425.

HSL color Cylindrical-coordinate representation of color #89111A: hue angle of 355.5º 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 #89111A is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 17 26 -
CMYK 0 0.88 0.81 0.46
HSL 355.5º 0.78% 0.3% -
HSV(B) 355.5º 0.88% 0.54% -
XYZ 10.7 5.79 1.53 -
YUV 53.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 137 17 26 0 0.88 0.81 0.46 355.5 0.78 0.3
Hex 89 11 1A 0 58 51 2E 164 4E 1E
Octal 211 21 32 0 130 121 56 544 116 36
Binary 10001001 10001 11010 0 1011000 1010001 101110 101100100 1001110 11110

Color Harmonies of #89111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89111A

Black with #89111A

Text Example


Text Example

White with #89111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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