Html Css Color HEX #89111E Carmine

📋 copy color: '#89111E'

red 137 ◦ green 17 ◦ blue 30

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

Shades of Carmine #89111E

Tints of Carmine #89111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.3%

R = 74.46%
G = 9.24%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#89111E (or 0x89111E) is known color: Carmine. HEX triplet: 89, 11 and 1E. RGB value is (137,17,30). Sum of RGB (Red+Green+Blue) = 137+17+30=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89111E is #76EEE1. Grayscale: #363636. Windows color (decimal): -7794402 or 1970569. OLE color: 1970569.

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

Color convert

RGB 137 17 30 -
CMYK 0 0.88 0.78 0.46
HSL 353.5º 0.78% 0.3% -
HSV(B) 353.5º 0.88% 0.54% -
XYZ 10.75 5.81 1.78 -
YUV 54.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 137 17 30 0 0.88 0.78 0.46 353.5 0.78 0.3
Hex 89 11 1E 0 58 4E 2E 162 4E 1E
Octal 211 21 36 0 130 116 56 542 116 36
Binary 10001001 10001 11110 0 1011000 1001110 101110 101100010 1001110 11110

Color Harmonies of #89111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89111E

Black with #89111E

Text Example


Text Example

White with #89111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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