#911119

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

Shades of Carmine #911119

Tints of Carmine #911119

Color information

#911119 (or 0x911119) is unknown color: approx Carmine. HEX triplet: 91, 11 and 19. RGB value is (145,17,25). Sum of RGB (Red+Green+Blue) = 145+17+25=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #911119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911119 is #6EEEE6. Grayscale: #383838. Windows color (decimal): -7270119 or 1642897. OLE color: 1642897.

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

Color convert

RGB1451725-
CMYK00.880.830.43
HSL356.25º79.01%31.76%-
HSV(B)356.25º88.28%56.86%-
XYZ12.056.491.54-
YUV56.18110.41191.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 77.54%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=77.54%
G=9.09%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145172500.880.830.43356.2579.0131.76
Hex911119058532B1644f20
Octal221213101301235354411740
Binary1001000110001110010101100010100111010111011001001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911119; }

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

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

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

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

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

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

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

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