#9F3141

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

Shades of Guardsman Red #9F3141

Tints of Guardsman Red #9F3141

Color information

#9F3141 (or 0x9F3141) is unknown color: approx Guardsman Red. HEX triplet: 9F, 31 and 41. RGB value is (159,49,65). Sum of RGB (Red+Green+Blue) = 159+49+65=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3141 is #60CEBE. Grayscale: #535353. Windows color (decimal): -6344383 or 4272543. OLE color: 4272543.

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

Color convert

RGB1594965-
CMYK00.690.590.38
HSL351.27º52.88%40.78%-
HSV(B)351.27º69.18%62.35%-
XYZ16.359.956.06-
YUV83.71117.44181.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.24%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=58.24%
G=17.95%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159496500.690.590.38351.2752.8840.78
Hex9F31410453B2615f3529
Octal23761101010573465376551
Binary10011111110001100000101000101111011100110101011111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,49,65); }

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

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

 a { background-color: rgb(159,49,65); }

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

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

 span { border-color: rgb(159,49,65); }

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