#972728

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

Shades of Guardsman Red #972728

Tints of Guardsman Red #972728

Color information

#972728 (or 0x972728) is unknown color: approx Guardsman Red. HEX triplet: 97, 27 and 28. RGB value is (151,39,40). Sum of RGB (Red+Green+Blue) = 151+39+40=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #972728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972728 is #68D8D7. Grayscale: #484848. Windows color (decimal): -6871256 or 2631575. OLE color: 2631575.

HSL color Cylindrical-coordinate representation of color #972728: hue angle of 359.46º 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 #972728 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1513940-
CMYK00.740.740.41
HSL359.46º58.95%37.25%-
HSV(B)359.46º74.17%59.22%-
XYZ13.878.182.86-
YUV72.6109.61183.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.65%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=65.65%
G=16.96%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151394000.740.740.41359.4658.9537.25
Hex97272804A4A291673b25
Octal22747500112112515477345
Binary10010111100111101000010010101001010101001101100111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972728; }

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

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

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

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

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

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

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

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