#931320

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

Shades of Carmine #931320

Tints of Carmine #931320

Color information

#931320 (or 0x931320) is unknown color: approx Carmine. HEX triplet: 93, 13 and 20. RGB value is (147,19,32). Sum of RGB (Red+Green+Blue) = 147+19+32=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #931320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931320 is #6CECDF. Grayscale: #3A3A3A. Windows color (decimal): -7138528 or 2102163. OLE color: 2102163.

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

Color convert

RGB1471932-
CMYK00.870.780.42
HSL353.91º77.11%32.55%-
HSV(B)353.91º87.07%57.65%-
XYZ12.536.772.01-
YUV58.75112.91190.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 74.24%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=74.24%
G=9.60%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147193200.870.780.42353.9177.1132.55
Hex9313200574E2A1624d21
Octal223234001271165254211541
Binary10010011100111000000101011110011101010101011000101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931320; }

 p { color: rgb(147,19,32); }

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

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

 a { background-color: rgb(147,19,32); }

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

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

 span { border-color: rgb(147,19,32); }

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