#890719

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

Shades of Carmine #890719

Tints of Carmine #890719

Color information

#890719 (or 0x890719) is unknown color: approx Carmine. HEX triplet: 89, 07 and 19. RGB value is (137,7,25). Sum of RGB (Red+Green+Blue) = 137+7+25=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #890719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890719 is #76F8E6. Grayscale: #2F2F2F. Windows color (decimal): -7796967 or 1640329. OLE color: 1640329.

HSL color Cylindrical-coordinate representation of color #890719: hue angle of 351.69º 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 #890719 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB137725-
CMYK00.950.820.46
HSL351.69º90.28%28.24%-
HSV(B)351.69º94.89%53.73%-
XYZ10.575.541.43-
YUV47.92115.07191.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 81.07%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 25 (10.16% from 255) = 14.79%
R=81.07%
G=4.14%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13772500.950.820.46351.6990.2828.24
Hex8971905F522E1605a1c
Octal21173101371225654013234
Binary1000100111111001010111111010010101110101100000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890719; }

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

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

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

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

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

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

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

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