#890016

Color #890016 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #890016

Tints of Carmine #890016

Color information

#890016 (or 0x890016) is unknown color: approx 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

RGB137022-
CMYK010.840.46
HSL350.36º100%26.86%-
HSV(B)350.36º100%53.73%-
XYZ10.465.381.25-
YUV43.47115.89194.71-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137022010.840.46350.3610026.86
Hex89016064542E15e641b
Octal21102601441245653614433
Binary10001001010110011001001010100101110101011110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>