Html Css Color HEX #890D19 Carmine

📋 copy color: '#890D19'

red 137 ◦ green 13 ◦ blue 25

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

Shades of Carmine #890D19

Tints of Carmine #890D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.43%

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

R = 78.29%
G = 7.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#890D19 (or 0x890D19) is known color: Carmine. HEX triplet: 89, 0D and 19. RGB value is (137,13,25). Sum of RGB (Red+Green+Blue) = 137+13+25=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #890D19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890D19 is #76F2E6. Grayscale: #333333. Windows color (decimal): -7795431 or 1641865. OLE color: 1641865.

HSL color Cylindrical-coordinate representation of color #890D19: hue angle of 354.19º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D19 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 13 25 -
CMYK 0 0.91 0.82 0.46
HSL 354.19º 0.83% 0.29% -
HSV(B) 354.19º 0.91% 0.54% -
XYZ 10.64 5.68 1.45 -
YUV 51.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 137 13 25 0 0.91 0.82 0.46 354.19 0.83 0.29
Hex 89 D 19 0 5B 52 2E 162 53 1D
Octal 211 15 31 0 133 122 56 542 123 35
Binary 10001001 1101 11001 0 1011011 1010010 101110 101100010 1010011 11101

Color Harmonies of #890D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D19

Black with #890D19

Text Example


Text Example

White with #890D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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