#933135

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

Shades of Guardsman Red #933135

Tints of Guardsman Red #933135

Color information

#933135 (or 0x933135) is unknown color: approx Guardsman Red. HEX triplet: 93, 31 and 35. RGB value is (147,49,53). Sum of RGB (Red+Green+Blue) = 147+49+53=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #933135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933135 is #6CCECA. Grayscale: #4E4E4E. Windows color (decimal): -7130827 or 3486099. OLE color: 3486099.

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

Color convert

RGB1474953-
CMYK00.670.640.42
HSL357.55º50%38.43%-
HSV(B)357.55º66.67%57.65%-
XYZ13.778.664.31-
YUV78.76113.47176.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.04%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=59.04%
G=19.68%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147495300.670.640.42357.555038.43
Hex933135043402A1663226
Octal22361650103100525466246
Binary10010011110001110101010000111000000101010101100110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933135; }

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

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

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

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

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

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

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

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