#911327

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

Shades of Carmine #911327

Tints of Carmine #911327

Color information

#911327 (or 0x911327) is unknown color: approx Carmine. HEX triplet: 91, 13 and 27. RGB value is (145,19,39). Sum of RGB (Red+Green+Blue) = 145+19+39=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #911327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911327 is #6EECD8. Grayscale: #3B3B3B. Windows color (decimal): -7269593 or 2560913. OLE color: 2560913.

HSL color Cylindrical-coordinate representation of color #911327: hue angle of 350.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #911327 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB1451939-
CMYK00.870.730.43
HSL350.48º76.83%32.16%-
HSV(B)350.48º86.9%56.86%-
XYZ12.286.632.55-
YUV58.95116.74189.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.43%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=71.43%
G=9.36%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145193900.870.730.43350.4876.8332.16
Hex911327057492B15e4d20
Octal221234701271115353611540
Binary10010001100111001110101011110010011010111010111101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911327; }

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

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

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

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

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

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

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

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