#972930

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

Shades of Bright Red #972930

Tints of Bright Red #972930

Color information

#972930 (or 0x972930) is unknown color: approx Bright Red. HEX triplet: 97, 29 and 30. RGB value is (151,41,48). Sum of RGB (Red+Green+Blue) = 151+41+48=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #972930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972930 is #68D6CF. Grayscale: #4A4A4A. Windows color (decimal): -6870736 or 3156375. OLE color: 3156375.

HSL color Cylindrical-coordinate representation of color #972930: hue angle of 356.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972930 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1514148-
CMYK00.730.680.41
HSL356.18º57.29%37.65%-
HSV(B)356.18º72.85%59.22%-
XYZ14.098.383.67-
YUV74.69112.94182.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.92%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 48 (19.14% from 255) = 20%
R=62.92%
G=17.08%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151414800.730.680.41356.1857.2937.65
Hex97293004944291643926
Octal22751600111104515447146
Binary10010111101001110000010010011000100101001101100100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972930; }

 p { color: rgb(151,41,48); }

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

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

 a { background-color: rgb(151,41,48); }

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

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

 span { border-color: rgb(151,41,48); }

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