Html Css Color HEX #890919 Carmine

📋 copy color: '#890919'

red 137 ◦ green 9 ◦ blue 25

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

Shades of Carmine #890919

Tints of Carmine #890919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.26%

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

R = 80.12%
G = 5.26%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#890919 (or 0x890919) is known color: Carmine. HEX triplet: 89, 09 and 19. RGB value is (137,9,25). Sum of RGB (Red+Green+Blue) = 137+9+25=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #890919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890919 is #76F6E6. Grayscale: #313131. Windows color (decimal): -7796455 or 1640841. OLE color: 1640841.

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

Color convert

RGB 137 9 25 -
CMYK 0 0.93 0.82 0.46
HSL 352.5º 0.88% 0.29% -
HSV(B) 352.5º 0.93% 0.54% -
XYZ 10.59 5.58 1.44 -
YUV 49.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 137 9 25 0 0.93 0.82 0.46 352.5 0.88 0.29
Hex 89 9 19 0 5D 52 2E 160 58 1D
Octal 211 11 31 0 135 122 56 540 130 35
Binary 10001001 1001 11001 0 1011101 1010010 101110 101100000 1011000 11101

Color Harmonies of #890919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890919

Black with #890919

Text Example


Text Example

White with #890919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890919; }

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

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

background-color css

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

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

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

border-color css

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

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

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