#890715

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

Shades of Carmine #890715

Tints of Carmine #890715

Color information

#890715 (or 0x890715) is unknown color: approx Carmine. HEX triplet: 89, 07 and 15. RGB value is (137,7,21). Sum of RGB (Red+Green+Blue) = 137+7+21=165 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.03% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 137 - color contains mainly: red. Hex color #890715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890715 is #76F8EA. Grayscale: #2F2F2F. Windows color (decimal): -7796971 or 1378185. OLE color: 1378185.

HSL color Cylindrical-coordinate representation of color #890715: hue angle of 353.54º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890715 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB137721-
CMYK00.950.850.46
HSL353.54º90.28%28.24%-
HSV(B)353.54º94.89%53.73%-
XYZ10.535.521.22-
YUV47.47113.07191.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 83.03%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=83.03%
G=4.24%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13772100.950.850.46353.5490.2828.24
Hex8971505F552E1625a1c
Octal21172501371255654213234
Binary1000100111110101010111111010101101110101100010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890715; }

 p { color: rgb(137,7,21); }

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

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

 a { background-color: rgb(137,7,21); }

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

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

 span { border-color: rgb(137,7,21); }

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