Html Css Color HEX #89121D Carmine

📋 copy color: '#89121D'

red 137 ◦ green 18 ◦ blue 29

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

Shades of Carmine #89121D

Tints of Carmine #89121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

 BLUE value IS 29 (11.72% from 255) = 15.76%

R = 74.46%
G = 9.78%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#89121D (or 0x89121D) is known color: Carmine. HEX triplet: 89, 12 and 1D. RGB value is (137,18,29). Sum of RGB (Red+Green+Blue) = 137+18+29=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89121D is #76EDE2. Grayscale: #363636. Windows color (decimal): -7794147 or 1905289. OLE color: 1905289.

HSL color Cylindrical-coordinate representation of color #89121D: hue angle of 354.45º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89121D is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 29 -
CMYK 0 0.87 0.79 0.46
HSL 354.45º 0.77% 0.3% -
HSV(B) 354.45º 0.87% 0.54% -
XYZ 10.75 5.84 1.72 -
YUV 54.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 137 18 29 0 0.87 0.79 0.46 354.45 0.77 0.3
Hex 89 12 1D 0 57 4F 2E 162 4D 1E
Octal 211 22 35 0 127 117 56 542 115 36
Binary 10001001 10010 11101 0 1010111 1001111 101110 101100010 1001101 11110

Color Harmonies of #89121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89121D

Black with #89121D

Text Example


Text Example

White with #89121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89121D; }

 p { color: rgb(137,18,29); }

 H1.HeaderClassName
 {
   color: #89121D;
 }
 .AnyTagClassName
 {
   color: #89121D;
 }
</style>

background-color css

<style>
 a { background-color: #89121D; }

 a { background-color: rgb(137,18,29); }

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

border-color css

<style>
 span { border-color: #89121D; }

 span { border-color: rgb(137,18,29); }

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