#990522

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

Shades of Carmine #990522

Tints of Carmine #990522

Color information

#990522 (or 0x990522) is unknown color: approx Carmine. HEX triplet: 99, 05 and 22. RGB value is (153,5,34). Sum of RGB (Red+Green+Blue) = 153+5+34=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #990522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990522 is #66FADD. Grayscale: #343434. Windows color (decimal): -6748894 or 2229657. OLE color: 2229657.

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

Color convert

RGB153534-
CMYK00.970.780.4
HSL348.24º93.67%30.98%-
HSV(B)348.24º96.73%60%-
XYZ13.4872.15-
YUV52.56117.53199.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.69%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 34 (13.67% from 255) = 17.71%
R=79.69%
G=2.60%
B=17.71%

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
Decimal15353400.970.780.4348.2493.6730.98
Hex995220614E2815c5e1f
Octal23154201411165053413637
Binary10011001101100010011000011001110101000101011100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990522; }

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

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

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

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

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

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

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

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