#973336

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

Shades of Guardsman Red #973336

Tints of Guardsman Red #973336

Color information

#973336 (or 0x973336) is unknown color: approx Guardsman Red. HEX triplet: 97, 33 and 36. RGB value is (151,51,54). Sum of RGB (Red+Green+Blue) = 151+51+54=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #973336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973336 is #68CCC9. Grayscale: #515151. Windows color (decimal): -6868170 or 3552151. OLE color: 3552151.

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

Color convert

RGB1515154-
CMYK00.660.640.41
HSL358.2º49.5%39.61%-
HSV(B)358.2º66.23%59.22%-
XYZ14.619.214.5-
YUV81.24112.63177.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.98%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=58.98%
G=19.92%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151515400.660.640.41358.249.539.61
Hex97333604240291663228
Octal22763660102100515466250
Binary10010111110011110110010000101000000101001101100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973336; }

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

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

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

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

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

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

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

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