Html Css Color HEX #9D313F Guardsman Red

📋 copy color: '#9D313F'

red 157 ◦ green 49 ◦ blue 63

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

Shades of Guardsman Red #9D313F

Tints of Guardsman Red #9D313F

RGB

 RED value IS 157 (61.72% from 255) = 58.36%

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

 BLUE value IS 63 (25% from 255) = 23.42%

R = 58.36%
G = 18.22%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9D313F (or 0x9D313F) is known color: Guardsman Red. HEX triplet: 9D, 31 and 3F. RGB value is (157,49,63). Sum of RGB (Red+Green+Blue) = 157+49+63=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D313F is #62CEC0. Grayscale: #525252. Windows color (decimal): -6475457 or 4141469. OLE color: 4141469.

HSL color Cylindrical-coordinate representation of color #9D313F: hue angle of 352.22º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D313F is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 49 63 -
CMYK 0 0.69 0.60 0.38
HSL 352.22º 0.52% 0.4% -
HSV(B) 352.22º 0.69% 0.62% -
XYZ 15.9 9.72 5.74 -
YUV 82.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 157 49 63 0 0.69 0.60 0.38 352.22 0.52 0.4
Hex 9D 31 3F 0 45 3C 26 160 34 28
Octal 235 61 77 0 105 74 46 540 64 50
Binary 10011101 110001 111111 0 1000101 111100 100110 101100000 110100 101000

Color Harmonies of #9D313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D313F

Black with #9D313F

Text Example


Text Example

White with #9D313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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