Html Css Color HEX #89101B Carmine

📋 copy color: '#89101B'

red 137 ◦ green 16 ◦ blue 27

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

Shades of Carmine #89101B

Tints of Carmine #89101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

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

R = 76.11%
G = 8.89%
B = 15%

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

#89101B (or 0x89101B) is known color: Carmine. HEX triplet: 89, 10 and 1B. RGB value is (137,16,27). Sum of RGB (Red+Green+Blue) = 137+16+27=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #89101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89101B is #76EFE4. Grayscale: #353535. Windows color (decimal): -7794661 or 1773705. OLE color: 1773705.

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

Color convert

RGB 137 16 27 -
CMYK 0 0.88 0.80 0.46
HSL 354.55º 0.79% 0.3% -
HSV(B) 354.55º 0.88% 0.54% -
XYZ 10.7 5.77 1.59 -
YUV 53.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 137 16 27 0 0.88 0.80 0.46 354.55 0.79 0.3
Hex 89 10 1B 0 58 50 2E 163 4F 1E
Octal 211 20 33 0 130 120 56 543 117 36
Binary 10001001 10000 11011 0 1011000 1010000 101110 101100011 1001111 11110

Color Harmonies of #89101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89101B

Black with #89101B

Text Example


Text Example

White with #89101B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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