#89101A

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

Shades of Carmine #89101A

Tints of Carmine #89101A

Color information

#89101A (or 0x89101A) is unknown color: approx Carmine. HEX triplet: 89, 10 and 1A. RGB value is (137,16,26). Sum of RGB (Red+Green+Blue) = 137+16+26=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #89101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89101A is #76EFE5. Grayscale: #353535. Windows color (decimal): -7794662 or 1708169. OLE color: 1708169.

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

Color convert

RGB1371626-
CMYK00.880.810.46
HSL355.04º79.08%30%-
HSV(B)355.04º88.32%53.73%-
XYZ10.695.761.53-
YUV53.32112.59187.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.54%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=76.54%
G=8.94%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137162600.880.810.46355.0479.0830
Hex89101A058512E1634f1e
Octal211203201301215654311736
Binary100010011000011010010110001010001101110101100011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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