#933031

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

Shades of Guardsman Red #933031

Tints of Guardsman Red #933031

Color information

#933031 (or 0x933031) is unknown color: approx Guardsman Red. HEX triplet: 93, 30 and 31. RGB value is (147,48,49). Sum of RGB (Red+Green+Blue) = 147+48+49=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #933031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933031 is #6CCFCE. Grayscale: #4D4D4D. Windows color (decimal): -7131087 or 3223699. OLE color: 3223699.

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

Color convert

RGB1474849-
CMYK00.670.670.42
HSL359.39º50.77%38.24%-
HSV(B)359.39º67.35%57.65%-
XYZ13.648.543.83-
YUV77.71111.8177.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.25%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=60.25%
G=19.67%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147484900.670.670.42359.3950.7738.24
Hex933031043432A1673326
Octal22360610103103525476346
Binary10010011110000110001010000111000011101010101100111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933031; }

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

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

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

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

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

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

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

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