#972436

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

Shades of Bright Red #972436

Tints of Bright Red #972436

Color information

#972436 (or 0x972436) is unknown color: approx Bright Red. HEX triplet: 97, 24 and 36. RGB value is (151,36,54). Sum of RGB (Red+Green+Blue) = 151+36+54=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #972436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972436 is #68DBC9. Grayscale: #484848. Windows color (decimal): -6872010 or 3548311. OLE color: 3548311.

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

Color convert

RGB1513654-
CMYK00.760.640.41
HSL350.61º61.5%36.67%-
HSV(B)350.61º76.16%59.22%-
XYZ14.068.114.31-
YUV72.44117.6184.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.66%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=62.66%
G=14.94%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151365400.760.640.41350.6161.536.67
Hex97243604C402915f3d25
Octal22744660114100515377545
Binary10010111100100110110010011001000000101001101011111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972436; }

 p { color: rgb(151,36,54); }

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

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

 a { background-color: rgb(151,36,54); }

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

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

 span { border-color: rgb(151,36,54); }

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