Html Css Color HEX #89101C Carmine

📋 copy color: '#89101C'

red 137 ◦ green 16 ◦ blue 28

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

Shades of Carmine #89101C

Tints of Carmine #89101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 75.69%
G = 8.84%
B = 15.47%

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

#89101C (or 0x89101C) is known color: Carmine. HEX triplet: 89, 10 and 1C. RGB value is (137,16,28). Sum of RGB (Red+Green+Blue) = 137+16+28=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #89101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89101C is #76EFE3. Grayscale: #353535. Windows color (decimal): -7794660 or 1839241. OLE color: 1839241.

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

Color convert

RGB 137 16 28 -
CMYK 0 0.88 0.80 0.46
HSL 354.05º 0.79% 0.3% -
HSV(B) 354.05º 0.88% 0.54% -
XYZ 10.71 5.77 1.65 -
YUV 53.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 137 16 28 0 0.88 0.80 0.46 354.05 0.79 0.3
Hex 89 10 1C 0 58 50 2E 162 4F 1E
Octal 211 20 34 0 130 120 56 542 117 36
Binary 10001001 10000 11100 0 1011000 1010000 101110 101100010 1001111 11110

Color Harmonies of #89101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89101C

Black with #89101C

Text Example


Text Example

White with #89101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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