#991031

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

Shades of Carmine #991031

Tints of Carmine #991031

Color information

#991031 (or 0x991031) is unknown color: approx Carmine. HEX triplet: 99, 10 and 31. RGB value is (153,16,49). Sum of RGB (Red+Green+Blue) = 153+16+49=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #991031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991031 is #66EFCE. Grayscale: #3C3C3C. Windows color (decimal): -6746063 or 3215513. OLE color: 3215513.

HSL color Cylindrical-coordinate representation of color #991031: hue angle of 345.55º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991031 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB1531649-
CMYK00.900.680.4
HSL345.55º81.07%33.14%-
HSV(B)345.55º89.54%60%-
XYZ13.887.363.6-
YUV60.72121.39193.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.18%
GREEN value IS 16 (6.64% from 255) = 7.34%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=70.18%
G=7.34%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153164900.900.680.4345.5581.0733.14
Hex99103105A442815a5121
Octal231206101321045053212141
Binary10011001100001100010101101010001001010001010110101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991031; }

 p { color: rgb(153,16,49); }

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

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

 a { background-color: rgb(153,16,49); }

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

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

 span { border-color: rgb(153,16,49); }

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