Html Css Color HEX #913133 Guardsman Red

📋 copy color: '#913133'

red 145 ◦ green 49 ◦ blue 51

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

Shades of Guardsman Red #913133

Tints of Guardsman Red #913133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.82%

R = 59.18%
G = 20%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#913133 (or 0x913133) is known color: Guardsman Red. HEX triplet: 91, 31 and 33. RGB value is (145,49,51). Sum of RGB (Red+Green+Blue) = 145+49+51=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #913133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913133 is #6ECECC. Grayscale: #4E4E4E. Windows color (decimal): -7261901 or 3355025. OLE color: 3355025.

HSL color Cylindrical-coordinate representation of color #913133: hue angle of 358.75º 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 #913133 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 49 51 -
CMYK 0 0.66 0.65 0.43
HSL 358.75º 0.49% 0.38% -
HSV(B) 358.75º 0.66% 0.57% -
XYZ 13.37 8.46 4.06 -
YUV 77.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 145 49 51 0 0.66 0.65 0.43 358.75 0.49 0.38
Hex 91 31 33 0 42 41 2B 167 31 26
Octal 221 61 63 0 102 101 53 547 61 46
Binary 10010001 110001 110011 0 1000010 1000001 101011 101100111 110001 100110

Color Harmonies of #913133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913133

Black with #913133

Text Example


Text Example

White with #913133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913133; }

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

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

background-color css

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

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

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

border-color css

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

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

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