Html Css Color HEX #890819 Carmine

📋 copy color: '#890819'

red 137 ◦ green 8 ◦ blue 25

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

Shades of Carmine #890819

Tints of Carmine #890819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.71%

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

R = 80.59%
G = 4.71%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#890819 (or 0x890819) is known color: Carmine. HEX triplet: 89, 08 and 19. RGB value is (137,8,25). Sum of RGB (Red+Green+Blue) = 137+8+25=170 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.59% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 137 - color contains mainly: red. Hex color #890819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890819 is #76F7E6. Grayscale: #303030. Windows color (decimal): -7796711 or 1640585. OLE color: 1640585.

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

Color convert

RGB 137 8 25 -
CMYK 0 0.94 0.82 0.46
HSL 352.09º 0.89% 0.28% -
HSV(B) 352.09º 0.94% 0.54% -
XYZ 10.58 5.56 1.44 -
YUV 48.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 137 8 25 0 0.94 0.82 0.46 352.09 0.89 0.28
Hex 89 8 19 0 5E 52 2E 160 59 1C
Octal 211 10 31 0 136 122 56 540 131 34
Binary 10001001 1000 11001 0 1011110 1010010 101110 101100000 1011001 11100

Color Harmonies of #890819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890819

Black with #890819

Text Example


Text Example

White with #890819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890819; }

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

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

background-color css

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

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

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

border-color css

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

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

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