#991131

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

Shades of Bright Red #991131

Tints of Bright Red #991131

Color information

#991131 (or 0x991131) is unknown color: approx Bright Red. HEX triplet: 99, 11 and 31. RGB value is (153,17,49). Sum of RGB (Red+Green+Blue) = 153+17+49=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #991131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991131 is #66EECE. Grayscale: #3D3D3D. Windows color (decimal): -6745807 or 3215769. OLE color: 3215769.

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

Color convert

RGB1531749-
CMYK00.890.680.4
HSL345.88º80%33.33%-
HSV(B)345.88º88.89%60%-
XYZ13.897.393.6-
YUV61.31121.06193.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.86%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 49 (19.53% from 255) = 22.37%
R=69.86%
G=7.76%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153174900.890.680.4345.888033.33
Hex991131059442815a5021
Octal231216101311045053212041
Binary10011001100011100010101100110001001010001010110101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991131; }

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

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

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

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

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

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

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

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