Html Css Color HEX #9F3739 Guardsman Red

📋 copy color: '#9F3739'

red 159 ◦ green 55 ◦ blue 57

#9F3739
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #9F3739

Tints of Guardsman Red #9F3739

RGB

 RED value IS 159 (62.5% from 255) = 58.67%

 GREEN value IS 55 (21.88% from 255) = 20.3%

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 58.67%
G = 20.3%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9F3739 (or 0x9F3739) is known color: Guardsman Red. HEX triplet: 9F, 37 and 39. RGB value is (159,55,57). Sum of RGB (Red+Green+Blue) = 159+55+57=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3739 is #60C8C6. Grayscale: #565656. Windows color (decimal): -6342855 or 3749791. OLE color: 3749791.

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

Color convert

RGB 159 55 57 -
CMYK 0 0.65 0.64 0.38
HSL 358.85º 0.49% 0.42% -
HSV(B) 358.85º 0.65% 0.62% -
XYZ 16.4 10.4 5.01 -
YUV 86.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 159 55 57 0 0.65 0.64 0.38 358.85 0.49 0.42
Hex 9F 37 39 0 41 40 26 167 31 2A
Octal 237 67 71 0 101 100 46 547 61 52
Binary 10011111 110111 111001 0 1000001 1000000 100110 101100111 110001 101010

Color Harmonies of #9F3739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3739

Black with #9F3739

Text Example


Text Example

White with #9F3739

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F3739;
 }
 .AnyTagClassName
 {
   color: #9F3739;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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