Html Css Color HEX #913031 Guardsman Red

📋 copy color: '#913031'

red 145 ◦ green 48 ◦ blue 49

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

Shades of Guardsman Red #913031

Tints of Guardsman Red #913031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 49 (19.53% from 255) = 20.25%

R = 59.92%
G = 19.83%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#913031 (or 0x913031) is known color: Guardsman Red. HEX triplet: 91, 30 and 31. RGB value is (145,48,49). Sum of RGB (Red+Green+Blue) = 145+48+49=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #913031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913031 is #6ECFCE. Grayscale: #4D4D4D. Windows color (decimal): -7262159 or 3223697. OLE color: 3223697.

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

Color convert

RGB 145 48 49 -
CMYK 0 0.67 0.66 0.43
HSL 359.38º 0.5% 0.38% -
HSV(B) 359.38º 0.67% 0.57% -
XYZ 13.29 8.36 3.82 -
YUV 77.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 145 48 49 0 0.67 0.66 0.43 359.38 0.5 0.38
Hex 91 30 31 0 43 42 2B 167 32 26
Octal 221 60 61 0 103 102 53 547 62 46
Binary 10010001 110000 110001 0 1000011 1000010 101011 101100111 110010 100110

Color Harmonies of #913031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913031

Black with #913031

Text Example


Text Example

White with #913031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913031; }

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

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

background-color css

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

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

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

border-color css

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

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

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