#972736

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

Shades of Bright Red #972736

Tints of Bright Red #972736

Color information

#972736 (or 0x972736) is unknown color: approx Bright Red. HEX triplet: 97, 27 and 36. RGB value is (151,39,54). Sum of RGB (Red+Green+Blue) = 151+39+54=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #972736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972736 is #68D8C9. Grayscale: #4A4A4A. Windows color (decimal): -6871242 or 3549079. OLE color: 3549079.

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

Color convert

RGB1513954-
CMYK00.740.640.41
HSL351.96º58.95%37.25%-
HSV(B)351.96º74.17%59.22%-
XYZ14.158.34.35-
YUV74.2116.61182.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.89%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 54 (21.48% from 255) = 22.13%
R=61.89%
G=15.98%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151395400.740.640.41351.9658.9537.25
Hex97273604A40291603b25
Octal22747660112100515407345
Binary10010111100111110110010010101000000101001101100000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972736; }

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

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

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

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

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

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

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

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