Html Css Color HEX #890416 Carmine

📋 copy color: '#890416'

red 137 ◦ green 4 ◦ blue 22

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

Shades of Carmine #890416

Tints of Carmine #890416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 84.05%
G = 2.45%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#890416 (or 0x890416) is known color: Carmine. HEX triplet: 89, 04 and 16. RGB value is (137,4,22). Sum of RGB (Red+Green+Blue) = 137+4+22=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #890416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890416 is #76FBE9. Grayscale: #2D2D2D. Windows color (decimal): -7797738 or 1442953. OLE color: 1442953.

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

Color convert

RGB 137 4 22 -
CMYK 0 0.97 0.84 0.46
HSL 351.88º 0.94% 0.28% -
HSV(B) 351.88º 0.97% 0.54% -
XYZ 10.5 5.46 1.26 -
YUV 45.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 137 4 22 0 0.97 0.84 0.46 351.88 0.94 0.28
Hex 89 4 16 0 61 54 2E 160 5E 1C
Octal 211 4 26 0 141 124 56 540 136 34
Binary 10001001 100 10110 0 1100001 1010100 101110 101100000 1011110 11100

Color Harmonies of #890416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890416

Black with #890416

Text Example


Text Example

White with #890416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890416; }

 p { color: rgb(137,4,22); }

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

background-color css

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

 a { background-color: rgb(137,4,22); }

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

border-color css

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

 span { border-color: rgb(137,4,22); }

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