#991129

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

Shades of Carmine #991129

Tints of Carmine #991129

Color information

#991129 (or 0x991129) is unknown color: approx Carmine. HEX triplet: 99, 11 and 29. RGB value is (153,17,41). Sum of RGB (Red+Green+Blue) = 153+17+41=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #991129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991129 is #66EED6. Grayscale: #3C3C3C. Windows color (decimal): -6745815 or 2691481. OLE color: 2691481.

HSL color Cylindrical-coordinate representation of color #991129: hue angle of 349.41º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991129 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1531741-
CMYK00.890.730.4
HSL349.41º80%33.33%-
HSV(B)349.41º88.89%60%-
XYZ13.747.332.79-
YUV60.4117.06194.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 72.51%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 41 (16.41% from 255) = 19.43%
R=72.51%
G=8.06%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153174100.890.730.4349.418033.33
Hex991129059492815d5021
Octal231215101311115053512041
Binary10011001100011010010101100110010011010001010111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991129; }

 p { color: rgb(153,17,41); }

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

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

 a { background-color: rgb(153,17,41); }

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

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

 span { border-color: rgb(153,17,41); }

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