Html Css Color HEX #913033 Guardsman Red

📋 copy color: '#913033'

red 145 ◦ green 48 ◦ blue 51

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

Shades of Guardsman Red #913033

Tints of Guardsman Red #913033

RGB

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

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

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

R = 59.43%
G = 19.67%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#913033 (or 0x913033) is known color: Guardsman Red. HEX triplet: 91, 30 and 33. RGB value is (145,48,51). Sum of RGB (Red+Green+Blue) = 145+48+51=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #913033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913033 is #6ECFCC. Grayscale: #4D4D4D. Windows color (decimal): -7262157 or 3354769. OLE color: 3354769.

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

Color convert

RGB 145 48 51 -
CMYK 0 0.67 0.65 0.43
HSL 358.14º 0.5% 0.38% -
HSV(B) 358.14º 0.67% 0.57% -
XYZ 13.33 8.37 4.05 -
YUV 77.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 145 48 51 0 0.67 0.65 0.43 358.14 0.5 0.38
Hex 91 30 33 0 43 41 2B 166 32 26
Octal 221 60 63 0 103 101 53 546 62 46
Binary 10010001 110000 110011 0 1000011 1000001 101011 101100110 110010 100110

Color Harmonies of #913033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913033

Black with #913033

Text Example


Text Example

White with #913033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913033; }

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

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

background-color css

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

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

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

border-color css

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

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

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