Html Css Color HEX #890016 Carmine

📋 copy color: '#890016'

red 137 ◦ green 0 ◦ blue 22

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

Shades of Carmine #890016

Tints of Carmine #890016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.16%
G = 0%
B = 13.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#890016 (or 0x890016) is known color: Carmine. HEX triplet: 89, 00 and 16. RGB value is (137,0,22). Sum of RGB (Red+Green+Blue) = 137+0+22=159 (21% of max value = 765). Red value is 137 (53.91% from 255 or 86.16% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 137 - color contains mainly: red. Hex color #890016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890016 is #76FFE9. Grayscale: #2B2B2B. Windows color (decimal): -7798762 or 1441929. OLE color: 1441929.

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

Color convert

RGB 137 0 22 -
CMYK 0 1 0.84 0.46
HSL 350.37º 1% 0.27% -
HSV(B) 350.37º 1% 0.54% -
XYZ 10.46 5.38 1.25 -
YUV 43.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 137 0 22 0 1 0.84 0.46 350.37 1 0.27
Hex 89 0 16 0 64 54 2E 15E 64 1B
Octal 211 0 26 0 144 124 56 536 144 33
Binary 10001001 0 10110 0 1100100 1010100 101110 101011110 1100100 11011

Color Harmonies of #890016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890016

Black with #890016

Text Example


Text Example

White with #890016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890016; }

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

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

background-color css

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

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

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

border-color css

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

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

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