#890F1B

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

Shades of Carmine #890F1B

Tints of Carmine #890F1B

Color information

#890F1B (or 0x890F1B) is unknown color: approx Carmine. HEX triplet: 89, 0F and 1B. RGB value is (137,15,27). Sum of RGB (Red+Green+Blue) = 137+15+27=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #890F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F1B is #76F0E4. Grayscale: #343434. Windows color (decimal): -7794917 or 1773449. OLE color: 1773449.

HSL color Cylindrical-coordinate representation of color #890F1B: hue angle of 354.1º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F1B is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1371527-
CMYK00.890.800.46
HSL354.1º80.26%29.8%-
HSV(B)354.1º89.05%53.73%-
XYZ10.695.741.58-
YUV52.85113.42188.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.54%
GREEN value IS 15 (6.25% from 255) = 8.38%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=76.54%
G=8.38%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137152700.890.800.46354.180.2629.8
Hex89F1B059502E162501e
Octal211173301311205654212036
Binary10001001111111011010110011010000101110101100010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,15,27); }

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

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

 a { background-color: rgb(137,15,27); }

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

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

 span { border-color: rgb(137,15,27); }

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