#991329

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

Shades of Carmine #991329

Tints of Carmine #991329

Color information

#991329 (or 0x991329) is unknown color: approx Carmine. HEX triplet: 99, 13 and 29. RGB value is (153,19,41). Sum of RGB (Red+Green+Blue) = 153+19+41=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #991329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991329 is #66ECD6. Grayscale: #3D3D3D. Windows color (decimal): -6745303 or 2691993. OLE color: 2691993.

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

Color convert

RGB1531941-
CMYK00.880.730.4
HSL350.15º77.91%33.73%-
HSV(B)350.15º87.58%60%-
XYZ13.777.42.8-
YUV61.57116.39193.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.83%
GREEN value IS 19 (7.81% from 255) = 8.92%
BLUE value IS 41 (16.41% from 255) = 19.25%
R=71.83%
G=8.92%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153194100.880.730.4350.1577.9133.73
Hex991329058492815e4e22
Octal231235101301115053611642
Binary10011001100111010010101100010010011010001010111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991329; }

 p { color: rgb(153,19,41); }

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

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

 a { background-color: rgb(153,19,41); }

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

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

 span { border-color: rgb(153,19,41); }

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