Html Css Color HEX #991731 Bright Red

📋 copy color: '#991731'

red 153 ◦ green 23 ◦ blue 49

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

Shades of Bright Red #991731

Tints of Bright Red #991731

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 value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#991731 (or 0x991731) is known color: 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

RGB 153 23 49 -
CMYK 0 0.85 0.68 0.4
HSL 348º 0.74% 0.35% -
HSV(B) 348º 0.85% 0.6% -
XYZ 14 7.61 3.64 -
YUV 64.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 153 23 49 0 0.85 0.68 0.4 348 0.74 0.35
Hex 99 17 31 0 55 44 28 15C 4A 23
Octal 231 27 61 0 125 104 50 534 112 43
Binary 10011001 10111 110001 0 1010101 1000100 101000 101011100 1001010 100011

Color Harmonies of #991731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991731

Black with #991731

Text Example


Text Example

White with #991731

Text Example


Text Example

HTML Codes & Css Web 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>