Html Css Color HEX #890116 Carmine

📋 copy color: '#890116'

red 137 ◦ green 1 ◦ blue 22

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

Shades of Carmine #890116

Tints of Carmine #890116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 85.63%
G = 0.63%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#890116 (or 0x890116) is known color: Carmine. HEX triplet: 89, 01 and 16. RGB value is (137,1,22). Sum of RGB (Red+Green+Blue) = 137+1+22=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #890116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890116 is #76FEE9. Grayscale: #2C2C2C. Windows color (decimal): -7798506 or 1442185. OLE color: 1442185.

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

Color convert

RGB 137 1 22 -
CMYK 0 0.99 0.84 0.46
HSL 350.74º 0.99% 0.27% -
HSV(B) 350.74º 0.99% 0.54% -
XYZ 10.47 5.4 1.25 -
YUV 44.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 137 1 22 0 0.99 0.84 0.46 350.74 0.99 0.27
Hex 89 1 16 0 63 54 2E 15F 63 1B
Octal 211 1 26 0 143 124 56 537 143 33
Binary 10001001 1 10110 0 1100011 1010100 101110 101011111 1100011 11011

Color Harmonies of #890116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890116

Black with #890116

Text Example


Text Example

White with #890116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890116; }

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

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

background-color css

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

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

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

border-color css

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

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

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