#890014

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

Shades of Carmine #890014

Tints of Carmine #890014

Color information

#890014 (or 0x890014) is unknown color: approx Carmine. HEX triplet: 89, 00 and 14. RGB value is (137,0,20). Sum of RGB (Red+Green+Blue) = 137+0+20=157 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.26% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 137 - color contains mainly: red. Hex color #890014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890014 is #76FFEB. Grayscale: #2B2B2B. Windows color (decimal): -7798764 or 1310857. OLE color: 1310857.

HSL color Cylindrical-coordinate representation of color #890014: hue angle of 351.24º 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 #890014 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB137020-
CMYK010.850.46
HSL351.24º100%26.86%-
HSV(B)351.24º100%53.73%-
XYZ10.445.371.15-
YUV43.24114.89194.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 87.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=87.26%
G=0%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137020010.850.46351.2410026.86
Hex89014064552E15f641b
Octal21102401441255653714433
Binary10001001010100011001001010101101110101011111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890014; }

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

 H1.HeaderClassName
 {
   color: #890014;
 }
 .AnyTagClassName
 {
   color: #890014;
 }
</style>
background-color css

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

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

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

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

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

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