Html Css Color HEX #9D323E Guardsman Red

📋 copy color: '#9D323E'

red 157 ◦ green 50 ◦ blue 62

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

Shades of Guardsman Red #9D323E

Tints of Guardsman Red #9D323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.59%

 BLUE value IS 62 (24.61% from 255) = 23.05%

R = 58.36%
G = 18.59%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9D323E (or 0x9D323E) is known color: Guardsman Red. HEX triplet: 9D, 32 and 3E. RGB value is (157,50,62). Sum of RGB (Red+Green+Blue) = 157+50+62=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D323E is #62CDC1. Grayscale: #535353. Windows color (decimal): -6475202 or 4076189. OLE color: 4076189.

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

Color convert

RGB 157 50 62 -
CMYK 0 0.68 0.61 0.38
HSL 353.27º 0.52% 0.41% -
HSV(B) 353.27º 0.68% 0.62% -
XYZ 15.91 9.8 5.61 -
YUV 83.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 157 50 62 0 0.68 0.61 0.38 353.27 0.52 0.41
Hex 9D 32 3E 0 44 3D 26 161 34 29
Octal 235 62 76 0 104 75 46 541 64 51
Binary 10011101 110010 111110 0 1000100 111101 100110 101100001 110100 101001

Color Harmonies of #9D323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D323E

Black with #9D323E

Text Example


Text Example

White with #9D323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,50,62); }

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

background-color css

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

 a { background-color: rgb(157,50,62); }

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

border-color css

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

 span { border-color: rgb(157,50,62); }

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