#973039

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

Shades of Guardsman Red #973039

Tints of Guardsman Red #973039

Color information

#973039 (or 0x973039) is unknown color: approx Guardsman Red. HEX triplet: 97, 30 and 39. RGB value is (151,48,57). Sum of RGB (Red+Green+Blue) = 151+48+57=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #973039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973039 is #68CFC6. Grayscale: #4F4F4F. Windows color (decimal): -6868935 or 3747991. OLE color: 3747991.

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

Color convert

RGB1514857-
CMYK00.680.620.41
HSL354.76º51.76%39.02%-
HSV(B)354.76º68.21%59.22%-
XYZ14.568.994.84-
YUV79.82115.12178.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.98%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=58.98%
G=18.75%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151485700.680.620.41354.7651.7639.02
Hex9730390443E291633427
Octal2276071010476515436447
Binary1001011111000011100101000100111110101001101100011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973039; }

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

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

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

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

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

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

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

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