Html Css Color HEX #913032 Guardsman Red

📋 copy color: '#913032'

red 145 ◦ green 48 ◦ blue 50

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

Shades of Guardsman Red #913032

Tints of Guardsman Red #913032

RGB

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

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

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

R = 59.67%
G = 19.75%
B = 20.58%

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

#913032 (or 0x913032) is known color: Guardsman Red. HEX triplet: 91, 30 and 32. RGB value is (145,48,50). Sum of RGB (Red+Green+Blue) = 145+48+50=243 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.67% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 145 - color contains mainly: red. Hex color #913032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913032 is #6ECFCD. Grayscale: #4D4D4D. Windows color (decimal): -7262158 or 3289233. OLE color: 3289233.

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

Color convert

RGB 145 48 50 -
CMYK 0 0.67 0.66 0.43
HSL 358.76º 0.5% 0.38% -
HSV(B) 358.76º 0.67% 0.57% -
XYZ 13.31 8.36 3.93 -
YUV 77.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 145 48 50 0 0.67 0.66 0.43 358.76 0.5 0.38
Hex 91 30 32 0 43 42 2B 167 32 26
Octal 221 60 62 0 103 102 53 547 62 46
Binary 10010001 110000 110010 0 1000011 1000010 101011 101100111 110010 100110

Color Harmonies of #913032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913032

Black with #913032

Text Example


Text Example

White with #913032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913032; }

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

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

background-color css

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

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

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

border-color css

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

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

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