#890A16

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

Shades of Carmine #890A16

Tints of Carmine #890A16

Color information

#890A16 (or 0x890A16) is unknown color: approx Carmine. HEX triplet: 89, 0A and 16. RGB value is (137,10,22). Sum of RGB (Red+Green+Blue) = 137+10+22=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #890A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890A16 is #76F5E9. Grayscale: #313131. Windows color (decimal): -7796202 or 1444489. OLE color: 1444489.

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

Color convert

RGB1371022-
CMYK00.930.840.46
HSL354.33º86.39%28.82%-
HSV(B)354.33º92.7%53.73%-
XYZ10.575.591.28-
YUV49.34112.58190.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 81.07%
GREEN value IS 10 (4.30% from 255) = 5.92%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=81.07%
G=5.92%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137102200.930.840.46354.3386.3928.82
Hex89A1605D542E162561d
Octal211122601351245654212635
Binary10001001101010110010111011010100101110101100010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890A16; }

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

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

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

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

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

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

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

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