Html Css Color HEX #891519 Carmine

📋 copy color: '#891519'

red 137 ◦ green 21 ◦ blue 25

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

Shades of Carmine #891519

Tints of Carmine #891519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.48%

 BLUE value IS 25 (10.16% from 255) = 13.66%

R = 74.86%
G = 11.48%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#891519 (or 0x891519) is known color: Carmine. HEX triplet: 89, 15 and 19. RGB value is (137,21,25). Sum of RGB (Red+Green+Blue) = 137+21+25=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #891519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891519 is #76EAE6. Grayscale: #383838. Windows color (decimal): -7793383 or 1643913. OLE color: 1643913.

HSL color Cylindrical-coordinate representation of color #891519: hue angle of 357.93º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891519 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 21 25 -
CMYK 0 0.85 0.82 0.46
HSL 357.93º 0.73% 0.31% -
HSV(B) 357.93º 0.85% 0.54% -
XYZ 10.76 5.92 1.5 -
YUV 56.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 137 21 25 0 0.85 0.82 0.46 357.93 0.73 0.31
Hex 89 15 19 0 55 52 2E 166 49 1F
Octal 211 25 31 0 125 122 56 546 111 37
Binary 10001001 10101 11001 0 1010101 1010010 101110 101100110 1001001 11111

Color Harmonies of #891519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891519

Black with #891519

Text Example


Text Example

White with #891519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891519; }

 p { color: rgb(137,21,25); }

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

background-color css

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

 a { background-color: rgb(137,21,25); }

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

border-color css

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

 span { border-color: rgb(137,21,25); }

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