#991121

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

Shades of Carmine #991121

Tints of Carmine #991121

Color information

#991121 (or 0x991121) is unknown color: approx Carmine. HEX triplet: 99, 11 and 21. RGB value is (153,17,33). Sum of RGB (Red+Green+Blue) = 153+17+33=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #991121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991121 is #66EEDE. Grayscale: #3B3B3B. Windows color (decimal): -6745823 or 2167193. OLE color: 2167193.

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

Color convert

RGB1531733-
CMYK00.890.780.4
HSL352.94º80%33.33%-
HSV(B)352.94º88.89%60%-
XYZ13.617.282.13-
YUV59.49113.06194.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.37%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=75.37%
G=8.37%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153173300.890.780.4352.948033.33
Hex9911210594E281615021
Octal231214101311165054112041
Binary10011001100011000010101100110011101010001011000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991121; }

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

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

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

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

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

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

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

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