#911321

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

Shades of Carmine #911321

Tints of Carmine #911321

Color information

#911321 (or 0x911321) is unknown color: approx Carmine. HEX triplet: 91, 13 and 21. RGB value is (145,19,33). Sum of RGB (Red+Green+Blue) = 145+19+33=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #911321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911321 is #6EECDE. Grayscale: #3A3A3A. Windows color (decimal): -7269599 or 2167697. OLE color: 2167697.

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

Color convert

RGB1451933-
CMYK00.870.770.43
HSL353.33º76.83%32.16%-
HSV(B)353.33º86.9%56.86%-
XYZ12.186.62.07-
YUV58.27113.74189.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.60%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=73.60%
G=9.64%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145193300.870.770.43353.3376.8332.16
Hex9113210574D2B1614d20
Octal221234101271155354111540
Binary10010001100111000010101011110011011010111011000011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911321; }

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

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

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

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

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

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

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

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