#973234

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

Shades of Guardsman Red #973234

Tints of Guardsman Red #973234

Color information

#973234 (or 0x973234) is unknown color: approx Guardsman Red. HEX triplet: 97, 32 and 34. RGB value is (151,50,52). Sum of RGB (Red+Green+Blue) = 151+50+52=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #973234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973234 is #68CDCB. Grayscale: #505050. Windows color (decimal): -6868428 or 3420823. OLE color: 3420823.

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

Color convert

RGB1515052-
CMYK00.670.660.41
HSL358.81º50.25%39.41%-
HSV(B)358.81º66.89%59.22%-
XYZ14.529.114.24-
YUV80.43111.96178.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.68%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 52 (20.70% from 255) = 20.55%
R=59.68%
G=19.76%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151505200.670.660.41358.8150.2539.41
Hex97323404342291673227
Octal22762640103102515476247
Binary10010111110010110100010000111000010101001101100111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973234; }

 p { color: rgb(151,50,52); }

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

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

 a { background-color: rgb(151,50,52); }

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

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

 span { border-color: rgb(151,50,52); }

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