#991124

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

Shades of Carmine #991124

Tints of Carmine #991124

Color information

#991124 (or 0x991124) is unknown color: approx Carmine. HEX triplet: 99, 11 and 24. RGB value is (153,17,36). Sum of RGB (Red+Green+Blue) = 153+17+36=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #991124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991124 is #66EEDB. Grayscale: #3B3B3B. Windows color (decimal): -6745820 or 2363801. OLE color: 2363801.

HSL color Cylindrical-coordinate representation of color #991124: hue angle of 351.62º 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 #991124 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1531736-
CMYK00.890.760.4
HSL351.62º80%33.33%-
HSV(B)351.62º88.89%60%-
XYZ13.667.32.36-
YUV59.83114.56194.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 36 (14.45% from 255) = 17.48%
R=74.27%
G=8.25%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153173600.890.760.4351.628033.33
Hex9911240594C281605021
Octal231214401311145054012041
Binary10011001100011001000101100110011001010001011000001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991124; }

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

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

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

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

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

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

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

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