Html Css Color HEX #89131D Carmine

📋 copy color: '#89131D'

red 137 ◦ green 19 ◦ blue 29

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

Shades of Carmine #89131D

Tints of Carmine #89131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.27%

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

R = 74.05%
G = 10.27%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#89131D (or 0x89131D) is known color: Carmine. HEX triplet: 89, 13 and 1D. RGB value is (137,19,29). Sum of RGB (Red+Green+Blue) = 137+19+29=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89131D is #76ECE2. Grayscale: #373737. Windows color (decimal): -7793891 or 1905545. OLE color: 1905545.

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

Color convert

RGB 137 19 29 -
CMYK 0 0.86 0.79 0.46
HSL 354.92º 0.76% 0.31% -
HSV(B) 354.92º 0.86% 0.54% -
XYZ 10.77 5.87 1.73 -
YUV 55.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 137 19 29 0 0.86 0.79 0.46 354.92 0.76 0.31
Hex 89 13 1D 0 56 4F 2E 163 4C 1F
Octal 211 23 35 0 126 117 56 543 114 37
Binary 10001001 10011 11101 0 1010110 1001111 101110 101100011 1001100 11111

Color Harmonies of #89131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89131D

Black with #89131D

Text Example


Text Example

White with #89131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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