#990321

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

Shades of Carmine #990321

Tints of Carmine #990321

Color information

#990321 (or 0x990321) is unknown color: approx Carmine. HEX triplet: 99, 03 and 21. RGB value is (153,3,33). Sum of RGB (Red+Green+Blue) = 153+3+33=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #990321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990321 is #66FCDE. Grayscale: #333333. Windows color (decimal): -6749407 or 2163609. OLE color: 2163609.

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

Color convert

RGB153333-
CMYK00.980.780.4
HSL348º96.15%30.59%-
HSV(B)348º98.04%60%-
XYZ13.446.952.07-
YUV51.27117.7200.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.95%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=80.95%
G=1.59%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15333300.980.780.434896.1530.59
Hex993210624E2815c601f
Octal23134101421165053414037
Binary1001100111100001011000101001110101000101011100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990321; }

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

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

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

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

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

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

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

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