Html Css Color HEX #891319 Carmine

📋 copy color: '#891319'

red 137 ◦ green 19 ◦ blue 25

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

Shades of Carmine #891319

Tints of Carmine #891319

RGB

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

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

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

R = 75.69%
G = 10.5%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#891319 (or 0x891319) is known color: Carmine. HEX triplet: 89, 13 and 19. RGB value is (137,19,25). Sum of RGB (Red+Green+Blue) = 137+19+25=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #891319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891319 is #76ECE6. Grayscale: #373737. Windows color (decimal): -7793895 or 1643401. OLE color: 1643401.

HSL color Cylindrical-coordinate representation of color #891319: hue angle of 356.95º 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 #891319 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 25 -
CMYK 0 0.86 0.82 0.46
HSL 356.95º 0.76% 0.31% -
HSV(B) 356.95º 0.86% 0.54% -
XYZ 10.72 5.85 1.48 -
YUV 54.97 111.09 186.51 -
System Red Green Blue C M Y K H S L
Decimal 137 19 25 0 0.86 0.82 0.46 356.95 0.76 0.31
Hex 89 13 19 0 56 52 2E 165 4C 1F
Octal 211 23 31 0 126 122 56 545 114 37
Binary 10001001 10011 11001 0 1010110 1010010 101110 101100101 1001100 11111

Color Harmonies of #891319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891319

Black with #891319

Text Example


Text Example

White with #891319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891319; }

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

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

background-color css

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

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

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

border-color css

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

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

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