Html Css Color HEX #9F313B Guardsman Red

📋 copy color: '#9F313B'

red 159 ◦ green 49 ◦ blue 59

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

Shades of Guardsman Red #9F313B

Tints of Guardsman Red #9F313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

 BLUE value IS 59 (23.44% from 255) = 22.1%

R = 59.55%
G = 18.35%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F313B (or 0x9F313B) is known color: Guardsman Red. HEX triplet: 9F, 31 and 3B. RGB value is (159,49,59). Sum of RGB (Red+Green+Blue) = 159+49+59=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F313B is #60CEC4. Grayscale: #535353. Windows color (decimal): -6344389 or 3879327. OLE color: 3879327.

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

Color convert

RGB 159 49 59 -
CMYK 0 0.69 0.63 0.38
HSL 354.55º 0.53% 0.41% -
HSV(B) 354.55º 0.69% 0.62% -
XYZ 16.19 9.88 5.19 -
YUV 83.03 114.44 182.19 -
System Red Green Blue C M Y K H S L
Decimal 159 49 59 0 0.69 0.63 0.38 354.55 0.53 0.41
Hex 9F 31 3B 0 45 3F 26 163 35 29
Octal 237 61 73 0 105 77 46 543 65 51
Binary 10011111 110001 111011 0 1000101 111111 100110 101100011 110101 101001

Color Harmonies of #9F313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F313B

Black with #9F313B

Text Example


Text Example

White with #9F313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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