Html Css Color HEX #9F3637 Guardsman Red

📋 copy color: '#9F3637'

red 159 ◦ green 54 ◦ blue 55

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

Shades of Guardsman Red #9F3637

Tints of Guardsman Red #9F3637

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.15%

 BLUE value IS 55 (21.88% from 255) = 20.52%

R = 59.33%
G = 20.15%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9F3637 (or 0x9F3637) is known color: Guardsman Red. HEX triplet: 9F, 36 and 37. RGB value is (159,54,55). Sum of RGB (Red+Green+Blue) = 159+54+55=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3637 is #60C9C8. Grayscale: #555555. Windows color (decimal): -6343113 or 3618463. OLE color: 3618463.

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

Color convert

RGB 159 54 55 -
CMYK 0 0.66 0.65 0.38
HSL 359.43º 0.49% 0.42% -
HSV(B) 359.43º 0.66% 0.62% -
XYZ 16.31 10.29 4.74 -
YUV 85.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 159 54 55 0 0.66 0.65 0.38 359.43 0.49 0.42
Hex 9F 36 37 0 42 41 26 167 31 2A
Octal 237 66 67 0 102 101 46 547 61 52
Binary 10011111 110110 110111 0 1000010 1000001 100110 101100111 110001 101010

Color Harmonies of #9F3637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3637

Black with #9F3637

Text Example


Text Example

White with #9F3637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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