#972640

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

Shades of Bright Red #972640

Tints of Bright Red #972640

Color information

#972640 (or 0x972640) is unknown color: approx Bright Red. HEX triplet: 97, 26 and 40. RGB value is (151,38,64). Sum of RGB (Red+Green+Blue) = 151+38+64=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #972640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972640 is #68D9BF. Grayscale: #4A4A4A. Windows color (decimal): -6871488 or 4204183. OLE color: 4204183.

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

Color convert

RGB1513864-
CMYK00.750.580.41
HSL346.19º59.79%37.06%-
HSV(B)346.19º74.83%59.22%-
XYZ14.388.345.7-
YUV74.75121.94182.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.68%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=59.68%
G=15.02%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151386400.750.580.41346.1959.7937.06
Hex97264004B3A2915a3c25
Octal22746100011372515327445
Binary10010111100110100000001001011111010101001101011010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972640; }

 p { color: rgb(151,38,64); }

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

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

 a { background-color: rgb(151,38,64); }

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

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

 span { border-color: rgb(151,38,64); }

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