#931327

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

Shades of Carmine #931327

Tints of Carmine #931327

Color information

#931327 (or 0x931327) is unknown color: approx Carmine. HEX triplet: 93, 13 and 27. RGB value is (147,19,39). Sum of RGB (Red+Green+Blue) = 147+19+39=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #931327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931327 is #6CECD8. Grayscale: #3B3B3B. Windows color (decimal): -7138521 or 2560915. OLE color: 2560915.

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

Color convert

RGB1471939-
CMYK00.870.730.42
HSL350.62º77.11%32.55%-
HSV(B)350.62º87.07%57.65%-
XYZ12.636.822.57-
YUV59.55116.41190.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.71%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=71.71%
G=9.27%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147193900.870.730.42350.6277.1132.55
Hex931327057492A15f4d21
Octal223234701271115253711541
Binary10010011100111001110101011110010011010101010111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931327; }

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

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

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

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

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

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

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

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