#931219

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

Shades of Carmine #931219

Tints of Carmine #931219

Color information

#931219 (or 0x931219) is unknown color: approx Carmine. HEX triplet: 93, 12 and 19. RGB value is (147,18,25). Sum of RGB (Red+Green+Blue) = 147+18+25=190 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.37% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 147 - color contains mainly: red. Hex color #931219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931219 is #6CEDE6. Grayscale: #393939. Windows color (decimal): -7138791 or 1643155. OLE color: 1643155.

HSL color Cylindrical-coordinate representation of color #931219: hue angle of 356.74º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931219 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1471825-
CMYK00.880.830.42
HSL356.74º78.18%32.35%-
HSV(B)356.74º87.76%57.65%-
XYZ12.426.711.56-
YUV57.37109.74191.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 77.37%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=77.37%
G=9.47%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147182500.880.830.42356.7478.1832.35
Hex931219058532A1654e20
Octal223223101301235254511640
Binary1001001110010110010101100010100111010101011001011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931219; }

 p { color: rgb(147,18,25); }

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

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

 a { background-color: rgb(147,18,25); }

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

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

 span { border-color: rgb(147,18,25); }

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