#931217

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

Shades of Carmine #931217

Tints of Carmine #931217

Color information

#931217 (or 0x931217) is unknown color: approx Carmine. HEX triplet: 93, 12 and 17. RGB value is (147,18,23). Sum of RGB (Red+Green+Blue) = 147+18+23=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #931217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931217 is #6CEDE8. Grayscale: #393939. Windows color (decimal): -7138793 or 1512083. OLE color: 1512083.

HSL color Cylindrical-coordinate representation of color #931217: hue angle of 357.67º 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 #931217 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1471823-
CMYK00.880.840.42
HSL357.67º78.18%32.35%-
HSV(B)357.67º87.76%57.65%-
XYZ12.46.71.45-
YUV57.14108.74192.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.19%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 23 (9.38% from 255) = 12.23%
R=78.19%
G=9.57%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147182300.880.840.42357.6778.1832.35
Hex931217058542A1664e20
Octal223222701301245254611640
Binary1001001110010101110101100010101001010101011001101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931217; }

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

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

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

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

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

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

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

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