Html Css Color HEX #9D3241 Guardsman Red

📋 copy color: '#9D3241'

red 157 ◦ green 50 ◦ blue 65

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

Shades of Guardsman Red #9D3241

Tints of Guardsman Red #9D3241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 57.72%
G = 18.38%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9D3241 (or 0x9D3241) is known color: Guardsman Red. HEX triplet: 9D, 32 and 41. RGB value is (157,50,65). Sum of RGB (Red+Green+Blue) = 157+50+65=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3241 is #62CDBE. Grayscale: #535353. Windows color (decimal): -6475199 or 4272797. OLE color: 4272797.

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

Color convert

RGB 157 50 65 -
CMYK 0 0.68 0.59 0.38
HSL 351.59º 0.52% 0.41% -
HSV(B) 351.59º 0.68% 0.62% -
XYZ 16 9.83 6.06 -
YUV 83.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 157 50 65 0 0.68 0.59 0.38 351.59 0.52 0.41
Hex 9D 32 41 0 44 3B 26 160 34 29
Octal 235 62 101 0 104 73 46 540 64 51
Binary 10011101 110010 1000001 0 1000100 111011 100110 101100000 110100 101001

Color Harmonies of #9D3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3241

Black with #9D3241

Text Example


Text Example

White with #9D3241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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