Html Css Color HEX #913132 Guardsman Red

📋 copy color: '#913132'

red 145 ◦ green 49 ◦ blue 50

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

Shades of Guardsman Red #913132

Tints of Guardsman Red #913132

RGB

 RED value IS 145 (57.03% from 255) = 59.43%

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

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 59.43%
G = 20.08%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#913132 (or 0x913132) is known color: Guardsman Red. HEX triplet: 91, 31 and 32. RGB value is (145,49,50). Sum of RGB (Red+Green+Blue) = 145+49+50=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #913132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913132 is #6ECECD. Grayscale: #4D4D4D. Windows color (decimal): -7261902 or 3289489. OLE color: 3289489.

HSL color Cylindrical-coordinate representation of color #913132: hue angle of 359.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913132 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 49 50 -
CMYK 0 0.66 0.66 0.43
HSL 359.38º 0.49% 0.38% -
HSV(B) 359.38º 0.66% 0.57% -
XYZ 13.35 8.45 3.94 -
YUV 77.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 145 49 50 0 0.66 0.66 0.43 359.38 0.49 0.38
Hex 91 31 32 0 42 42 2B 167 31 26
Octal 221 61 62 0 102 102 53 547 61 46
Binary 10010001 110001 110010 0 1000010 1000010 101011 101100111 110001 100110

Color Harmonies of #913132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913132

Black with #913132

Text Example


Text Example

White with #913132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913132; }

 p { color: rgb(145,49,50); }

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

background-color css

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

 a { background-color: rgb(145,49,50); }

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

border-color css

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

 span { border-color: rgb(145,49,50); }

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