#992131

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

Shades of Bright Red #992131

Tints of Bright Red #992131

Color information

#992131 (or 0x992131) is unknown color: approx 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

RGB1533349-
CMYK00.780.680.4
HSL352º64.52%36.47%-
HSV(B)352º78.43%60%-
XYZ14.248.083.72-
YUV70.7115.76186.7-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153334900.780.680.435264.5236.47
Hex99213104E44281604124
Octal231416101161045054010144
Binary100110011000011100010100111010001001010001011000001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>