#971B31

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

Shades of Bright Red #971B31

Tints of Bright Red #971B31

Color information

#971B31 (or 0x971B31) is unknown color: approx Bright Red. HEX triplet: 97, 1B and 31. RGB value is (151,27,49). Sum of RGB (Red+Green+Blue) = 151+27+49=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #971B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B31 is #68E4CE. Grayscale: #424242. Windows color (decimal): -6874319 or 3218327. OLE color: 3218327.

HSL color Cylindrical-coordinate representation of color #971B31: hue angle of 349.35º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B31 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1512749-
CMYK00.820.680.41
HSL349.35º69.66%34.9%-
HSV(B)349.35º82.12%59.22%-
XYZ13.717.583.65-
YUV66.58118.08188.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.52%
GREEN value IS 27 (10.94% from 255) = 11.89%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=66.52%
G=11.89%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151274900.820.680.41349.3569.6634.9
Hex971B31052442915d4623
Octal227336101221045153510643
Binary10010111110111100010101001010001001010011010111011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971B31; }

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

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

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

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

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

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

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

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