#9F3439

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

Shades of Guardsman Red #9F3439

Tints of Guardsman Red #9F3439

Color information

#9F3439 (or 0x9F3439) is unknown color: approx Guardsman Red. HEX triplet: 9F, 34 and 39. RGB value is (159,52,57). Sum of RGB (Red+Green+Blue) = 159+52+57=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3439 is #60CBC6. Grayscale: #545454. Windows color (decimal): -6343623 or 3749023. OLE color: 3749023.

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

Color convert

RGB1595257-
CMYK00.670.640.38
HSL357.2º50.71%41.37%-
HSV(B)357.2º67.3%62.35%-
XYZ16.2610.124.97-
YUV84.56112.45181.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.33%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 57 (22.66% from 255) = 21.27%
R=59.33%
G=19.40%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159525700.670.640.38357.250.7141.37
Hex9F343904340261653329
Octal23764710103100465456351
Binary10011111110100111001010000111000000100110101100101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,52,57); }

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

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

 a { background-color: rgb(159,52,57); }

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

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

 span { border-color: rgb(159,52,57); }

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