#971131

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

Shades of Bright Red #971131

Tints of Bright Red #971131

Color information

#971131 (or 0x971131) is unknown color: approx Bright Red. HEX triplet: 97, 11 and 31. RGB value is (151,17,49). Sum of RGB (Red+Green+Blue) = 151+17+49=217 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.59% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 151 - color contains mainly: red. Hex color #971131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971131 is #68EECE. Grayscale: #3C3C3C. Windows color (decimal): -6876879 or 3215767. OLE color: 3215767.

HSL color Cylindrical-coordinate representation of color #971131: hue angle of 345.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971131 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1511749-
CMYK00.890.680.41
HSL345.67º79.76%32.94%-
HSV(B)345.67º88.74%59.22%-
XYZ13.527.23.58-
YUV60.71121.39192.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 69.59%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 49 (19.53% from 255) = 22.58%
R=69.59%
G=7.83%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151174900.890.680.41345.6779.7632.94
Hex971131059442915a5021
Octal227216101311045153212041
Binary10010111100011100010101100110001001010011010110101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971131; }

 p { color: rgb(151,17,49); }

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

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

 a { background-color: rgb(151,17,49); }

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

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

 span { border-color: rgb(151,17,49); }

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