#931321

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

Shades of Carmine #931321

Tints of Carmine #931321

Color information

#931321 (or 0x931321) is unknown color: approx Carmine. HEX triplet: 93, 13 and 21. RGB value is (147,19,33). Sum of RGB (Red+Green+Blue) = 147+19+33=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #931321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931321 is #6CECDE. Grayscale: #3A3A3A. Windows color (decimal): -7138527 or 2167699. OLE color: 2167699.

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

Color convert

RGB1471933-
CMYK00.870.780.42
HSL353.44º77.11%32.55%-
HSV(B)353.44º87.07%57.65%-
XYZ12.546.782.09-
YUV58.87113.41190.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 73.87%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=73.87%
G=9.55%
B=16.58%

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
Decimal147193300.870.780.42353.4477.1132.55
Hex9313210574E2A1614d21
Octal223234101271165254111541
Binary10010011100111000010101011110011101010101011000011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931321; }

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

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

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

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

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

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

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

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