Html Css Color HEX #933133 Guardsman Red

📋 copy color: '#933133'

red 147 ◦ green 49 ◦ blue 51

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

Shades of Guardsman Red #933133

Tints of Guardsman Red #933133

RGB

 RED value IS 147 (57.81% from 255) = 59.51%

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

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

R = 59.51%
G = 19.84%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#933133 (or 0x933133) is known color: Guardsman Red. HEX triplet: 93, 31 and 33. RGB value is (147,49,51). Sum of RGB (Red+Green+Blue) = 147+49+51=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #933133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933133 is #6CCECC. Grayscale: #4E4E4E. Windows color (decimal): -7130829 or 3355027. OLE color: 3355027.

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

Color convert

RGB 147 49 51 -
CMYK 0 0.67 0.65 0.42
HSL 358.78º 0.5% 0.38% -
HSV(B) 358.78º 0.67% 0.58% -
XYZ 13.73 8.64 4.08 -
YUV 78.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 147 49 51 0 0.67 0.65 0.42 358.78 0.5 0.38
Hex 93 31 33 0 43 41 2A 167 32 26
Octal 223 61 63 0 103 101 52 547 62 46
Binary 10010011 110001 110011 0 1000011 1000001 101010 101100111 110010 100110

Color Harmonies of #933133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933133

Black with #933133

Text Example


Text Example

White with #933133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933133; }

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

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

background-color css

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

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

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

border-color css

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

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

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