#91121C

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

Shades of Carmine #91121C

Tints of Carmine #91121C

Color information

#91121C (or 0x91121C) is unknown color: approx Carmine. HEX triplet: 91, 12 and 1C. RGB value is (145,18,28). Sum of RGB (Red+Green+Blue) = 145+18+28=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #91121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91121C is #6EEDE3. Grayscale: #393939. Windows color (decimal): -7269860 or 1839761. OLE color: 1839761.

HSL color Cylindrical-coordinate representation of color #91121C: hue angle of 355.28º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91121C is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB1451828-
CMYK00.880.810.43
HSL355.28º77.91%31.96%-
HSV(B)355.28º87.59%56.86%-
XYZ12.16.541.72-
YUV57.11111.58190.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.92%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=75.92%
G=9.42%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145182800.880.810.43355.2877.9131.96
Hex91121C058512B1634e20
Octal221223401301215354311640
Binary1001000110010111000101100010100011010111011000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91121C; }

 p { color: rgb(145,18,28); }

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

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

 a { background-color: rgb(145,18,28); }

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

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

 span { border-color: rgb(145,18,28); }

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