Html Css Color HEX #991931 Bright Red

📋 copy color: '#991931'

red 153 ◦ green 25 ◦ blue 49

#991931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #991931

Tints of Bright Red #991931

RGB

 RED value IS 153 (60.16% from 255) = 67.4%

 GREEN value IS 25 (10.16% from 255) = 11.01%

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 67.4%
G = 11.01%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#991931 (or 0x991931) is known color: Bright Red. HEX triplet: 99, 19 and 31. RGB value is (153,25,49). Sum of RGB (Red+Green+Blue) = 153+25+49=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #991931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991931 is #66E6CE. Grayscale: #424242. Windows color (decimal): -6743759 or 3217817. OLE color: 3217817.

HSL color Cylindrical-coordinate representation of color #991931: hue angle of 348.75º degrees, saturation: 0.72, 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 #991931 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 25 49 -
CMYK 0 0.84 0.68 0.4
HSL 348.75º 0.72% 0.35% -
HSV(B) 348.75º 0.84% 0.6% -
XYZ 14.04 7.69 3.65 -
YUV 66.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 153 25 49 0 0.84 0.68 0.4 348.75 0.72 0.35
Hex 99 19 31 0 54 44 28 15D 48 23
Octal 231 31 61 0 124 104 50 535 110 43
Binary 10011001 11001 110001 0 1010100 1000100 101000 101011101 1001000 100011

Color Harmonies of #991931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991931

Black with #991931

Text Example


Text Example

White with #991931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991931; }

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

 H1.HeaderClassName
 {
   color: #991931;
 }
 .AnyTagClassName
 {
   color: #991931;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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