#991731

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

Shades of Bright Red #991731

Tints of Bright Red #991731

Color information

#991731 (or 0x991731) is unknown color: approx Bright Red. HEX triplet: 99, 17 and 31. RGB value is (153,23,49). Sum of RGB (Red+Green+Blue) = 153+23+49=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #991731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991731 is #66E8CE. Grayscale: #404040. Windows color (decimal): -6744271 or 3217305. OLE color: 3217305.

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

Color convert

RGB1532349-
CMYK00.850.680.4
HSL348º73.86%34.51%-
HSV(B)348º84.97%60%-
XYZ147.613.64-
YUV64.83119.07190.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68%
GREEN value IS 23 (9.38% from 255) = 10.22%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=68%
G=10.22%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153234900.850.680.434873.8634.51
Hex991731055442815c4a23
Octal231276101251045053411243
Binary10011001101111100010101010110001001010001010111001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991731; }

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

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

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

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

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

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

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

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