#991620

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

Shades of Carmine #991620

Tints of Carmine #991620

Color information

#991620 (or 0x991620) is unknown color: approx Carmine. HEX triplet: 99, 16 and 20. RGB value is (153,22,32). Sum of RGB (Red+Green+Blue) = 153+22+32=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #991620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991620 is #66E9DF. Grayscale: #3E3E3E. Windows color (decimal): -6744544 or 2102937. OLE color: 2102937.

HSL color Cylindrical-coordinate representation of color #991620: hue angle of 355.42º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991620 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB1532232-
CMYK00.860.790.4
HSL355.42º74.86%34.31%-
HSV(B)355.42º85.62%60%-
XYZ13.687.452.08-
YUV62.31110.9192.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.91%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=73.91%
G=10.63%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153223200.860.790.4355.4274.8634.31
Hex9916200564F281634b22
Octal231264001261175054311342
Binary10011001101101000000101011010011111010001011000111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991620; }

 p { color: rgb(153,22,32); }

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

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

 a { background-color: rgb(153,22,32); }

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

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

 span { border-color: rgb(153,22,32); }

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