#971527

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

Shades of Bright Red #971527

Tints of Bright Red #971527

Color information

#971527 (or 0x971527) is unknown color: approx Bright Red. HEX triplet: 97, 15 and 27. RGB value is (151,21,39). Sum of RGB (Red+Green+Blue) = 151+21+39=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #971527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971527 is #68EAD8. Grayscale: #3D3D3D. Windows color (decimal): -6875865 or 2561431. OLE color: 2561431.

HSL color Cylindrical-coordinate representation of color #971527: hue angle of 351.69º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971527 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1512139-
CMYK00.860.740.41
HSL351.69º75.58%33.73%-
HSV(B)351.69º86.09%59.22%-
XYZ13.47.262.62-
YUV61.92115.07191.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.56%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=71.56%
G=9.95%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151213900.860.740.41351.6975.5833.73
Hex9715270564A291604c22
Octal227254701261125154011442
Binary10010111101011001110101011010010101010011011000001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971527; }

 p { color: rgb(151,21,39); }

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

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

 a { background-color: rgb(151,21,39); }

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

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

 span { border-color: rgb(151,21,39); }

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