#990532

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

Shades of Carmine #990532

Tints of Carmine #990532

Color information

#990532 (or 0x990532) is unknown color: approx Carmine. HEX triplet: 99, 05 and 32. RGB value is (153,5,50). Sum of RGB (Red+Green+Blue) = 153+5+50=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #990532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990532 is #66FACD. Grayscale: #363636. Windows color (decimal): -6748878 or 3278233. OLE color: 3278233.

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

Color convert

RGB153550-
CMYK00.970.670.4
HSL341.76º93.67%30.98%-
HSV(B)341.76º96.73%60%-
XYZ13.777.113.66-
YUV54.38125.53198.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.56%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=73.56%
G=2.40%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15355000.970.670.4341.7693.6730.98
Hex9953206143281565e1f
Octal23156201411035052613637
Binary10011001101110010011000011000011101000101010110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990532; }

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

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

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

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

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

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

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

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