#990521

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

Shades of Carmine #990521

Tints of Carmine #990521

Color information

#990521 (or 0x990521) is unknown color: approx Carmine. HEX triplet: 99, 05 and 21. RGB value is (153,5,33). Sum of RGB (Red+Green+Blue) = 153+5+33=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #990521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990521 is #66FADE. Grayscale: #343434. Windows color (decimal): -6748895 or 2164121. OLE color: 2164121.

HSL color Cylindrical-coordinate representation of color #990521: hue angle of 348.65º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990521 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB153533-
CMYK00.970.780.4
HSL348.65º93.67%30.98%-
HSV(B)348.65º96.73%60%-
XYZ13.476.992.08-
YUV52.44117.03199.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.10%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=80.10%
G=2.62%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15353300.970.780.4348.6593.6730.98
Hex995210614E2815d5e1f
Octal23154101411165053513637
Binary10011001101100001011000011001110101000101011101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990521; }

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

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

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

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

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

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

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

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