#991831

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

Shades of Bright Red #991831

Tints of Bright Red #991831

Color information

#991831 (or 0x991831) is unknown color: approx Bright Red. HEX triplet: 99, 18 and 31. RGB value is (153,24,49). Sum of RGB (Red+Green+Blue) = 153+24+49=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #991831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991831 is #66E7CE. Grayscale: #414141. Windows color (decimal): -6744015 or 3217561. OLE color: 3217561.

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

Color convert

RGB1532449-
CMYK00.840.680.4
HSL348.37º72.88%34.71%-
HSV(B)348.37º84.31%60%-
XYZ14.027.653.64-
YUV65.42118.74190.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.70%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=67.70%
G=10.62%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153244900.840.680.4348.3772.8834.71
Hex991831054442815c4923
Octal231306101241045053411143
Binary10011001110001100010101010010001001010001010111001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991831; }

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

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

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

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

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

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

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

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