#89141A

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

Shades of Carmine #89141A

Tints of Carmine #89141A

Color information

#89141A (or 0x89141A) is unknown color: approx Carmine. HEX triplet: 89, 14 and 1A. RGB value is (137,20,26). Sum of RGB (Red+Green+Blue) = 137+20+26=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #89141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89141A is #76EBE5. Grayscale: #373737. Windows color (decimal): -7793638 or 1709193. OLE color: 1709193.

HSL color Cylindrical-coordinate representation of color #89141A: hue angle of 356.92º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89141A is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB1372026-
CMYK00.850.810.46
HSL356.92º74.52%30.78%-
HSV(B)356.92º85.4%53.73%-
XYZ10.755.891.55-
YUV55.67111.26186.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.86%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=74.86%
G=10.93%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137202600.850.810.46356.9274.5230.78
Hex89141A055512E1654b1f
Octal211243201251215654511337
Binary100010011010011010010101011010001101110101100101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89141A; }

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

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

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

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

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

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

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

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