#933136

Color #933136 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #933136

Tints of Guardsman Red #933136

Color information

#933136 (or 0x933136) is unknown color: approx Guardsman Red. HEX triplet: 93, 31 and 36. RGB value is (147,49,54). Sum of RGB (Red+Green+Blue) = 147+49+54=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #933136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933136 is #6CCEC9. Grayscale: #4E4E4E. Windows color (decimal): -7130826 or 3551635. OLE color: 3551635.

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

Color convert

RGB1474954-
CMYK00.670.630.42
HSL356.94º50%38.43%-
HSV(B)356.94º66.67%57.65%-
XYZ13.88.674.44-
YUV78.87113.97176.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.8%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 54 (21.48% from 255) = 21.6%
R=58.8%
G=19.6%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147495400.670.630.42356.945038.43
Hex9331360433F2A1653226
Octal2236166010377525456246
Binary1001001111000111011001000011111111101010101100101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933136; }

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

 H1.HeaderClassName
 {
   color: #933136;
 }
 .AnyTagClassName
 {
   color: #933136;
 }
</style>
background-color css

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

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

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

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

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

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