Html Css Color HEX #9D313D Guardsman Red

📋 copy color: '#9D313D'

red 157 ◦ green 49 ◦ blue 61

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

Shades of Guardsman Red #9D313D

Tints of Guardsman Red #9D313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.85%

R = 58.8%
G = 18.35%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9D313D (or 0x9D313D) is known color: Guardsman Red. HEX triplet: 9D, 31 and 3D. RGB value is (157,49,61). Sum of RGB (Red+Green+Blue) = 157+49+61=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D313D is #62CEC2. Grayscale: #525252. Windows color (decimal): -6475459 or 4010397. OLE color: 4010397.

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

Color convert

RGB 157 49 61 -
CMYK 0 0.69 0.61 0.38
HSL 353.33º 0.52% 0.4% -
HSV(B) 353.33º 0.69% 0.62% -
XYZ 15.85 9.7 5.45 -
YUV 82.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 157 49 61 0 0.69 0.61 0.38 353.33 0.52 0.4
Hex 9D 31 3D 0 45 3D 26 161 34 28
Octal 235 61 75 0 105 75 46 541 64 50
Binary 10011101 110001 111101 0 1000101 111101 100110 101100001 110100 101000

Color Harmonies of #9D313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D313D

Black with #9D313D

Text Example


Text Example

White with #9D313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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