#9D323E

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

Shades of Guardsman Red #9D323E

Tints of Guardsman Red #9D323E

Color information

#9D323E (or 0x9D323E) is unknown color: approx Guardsman Red. HEX triplet: 9D, 32 and 3E. RGB value is (157,50,62). Sum of RGB (Red+Green+Blue) = 157+50+62=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D323E is #62CDC1. Grayscale: #535353. Windows color (decimal): -6475202 or 4076189. OLE color: 4076189.

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

Color convert

RGB1575062-
CMYK00.680.610.38
HSL353.27º51.69%40.59%-
HSV(B)353.27º68.15%61.57%-
XYZ15.919.85.61-
YUV83.36115.95180.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.36%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 62 (24.61% from 255) = 23.05%
R=58.36%
G=18.59%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157506200.680.610.38353.2751.6940.59
Hex9D323E0443D261613429
Octal2356276010475465416451
Binary1001110111001011111001000100111101100110101100001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D323E; }

 p { color: rgb(157,50,62); }

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

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

 a { background-color: rgb(157,50,62); }

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

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

 span { border-color: rgb(157,50,62); }

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