Html Css Color HEX #992131 Bright Red

📋 copy color: '#992131'

red 153 ◦ green 33 ◦ blue 49

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

Shades of Bright Red #992131

Tints of Bright Red #992131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.04%

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

R = 65.11%
G = 14.04%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#992131 (or 0x992131) is known color: Bright Red. HEX triplet: 99, 21 and 31. RGB value is (153,33,49). Sum of RGB (Red+Green+Blue) = 153+33+49=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #992131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992131 is #66DECE. Grayscale: #464646. Windows color (decimal): -6741711 or 3219865. OLE color: 3219865.

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

Color convert

RGB 153 33 49 -
CMYK 0 0.78 0.68 0.4
HSL 352º 0.65% 0.36% -
HSV(B) 352º 0.78% 0.6% -
XYZ 14.24 8.08 3.72 -
YUV 70.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 153 33 49 0 0.78 0.68 0.4 352 0.65 0.36
Hex 99 21 31 0 4E 44 28 160 41 24
Octal 231 41 61 0 116 104 50 540 101 44
Binary 10011001 100001 110001 0 1001110 1000100 101000 101100000 1000001 100100

Color Harmonies of #992131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992131

Black with #992131

Text Example


Text Example

White with #992131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992131; }

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

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

background-color css

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

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

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

border-color css

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

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

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