#9F313F

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

Shades of Guardsman Red #9F313F

Tints of Guardsman Red #9F313F

Color information

#9F313F (or 0x9F313F) is unknown color: approx Guardsman Red. HEX triplet: 9F, 31 and 3F. RGB value is (159,49,63). Sum of RGB (Red+Green+Blue) = 159+49+63=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F313F is #60CEC0. Grayscale: #535353. Windows color (decimal): -6344385 or 4141471. OLE color: 4141471.

HSL color Cylindrical-coordinate representation of color #9F313F: hue angle of 352.36º 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 #9F313F is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB1594963-
CMYK00.690.600.38
HSL352.36º52.88%40.78%-
HSV(B)352.36º69.18%62.35%-
XYZ16.299.935.76-
YUV83.49116.44181.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.67%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 63 (25% from 255) = 23.25%
R=58.67%
G=18.08%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159496300.690.600.38352.3652.8840.78
Hex9F313F0453C261603529
Octal2376177010574465406551
Binary1001111111000111111101000101111100100110101100000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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