#911124

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

Shades of Carmine #911124

Tints of Carmine #911124

Color information

#911124 (or 0x911124) is unknown color: approx Carmine. HEX triplet: 91, 11 and 24. RGB value is (145,17,36). Sum of RGB (Red+Green+Blue) = 145+17+36=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #911124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911124 is #6EEEDB. Grayscale: #393939. Windows color (decimal): -7270108 or 2363793. OLE color: 2363793.

HSL color Cylindrical-coordinate representation of color #911124: hue angle of 351.09º degrees, saturation: 0.79, 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 #911124 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB1451736-
CMYK00.880.750.43
HSL351.09º79.01%31.76%-
HSV(B)351.09º88.28%56.86%-
XYZ12.26.552.29-
YUV57.44115.91190.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.23%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=73.23%
G=8.59%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145173600.880.750.43351.0979.0131.76
Hex9111240584B2B15f4f20
Octal221214401301135353711740
Binary10010001100011001000101100010010111010111010111111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911124; }

 p { color: rgb(145,17,36); }

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

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

 a { background-color: rgb(145,17,36); }

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

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

 span { border-color: rgb(145,17,36); }

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