#913034

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

Shades of Guardsman Red #913034

Tints of Guardsman Red #913034

Color information

#913034 (or 0x913034) is unknown color: approx Guardsman Red. HEX triplet: 91, 30 and 34. RGB value is (145,48,52). Sum of RGB (Red+Green+Blue) = 145+48+52=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #913034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913034 is #6ECFCB. Grayscale: #4D4D4D. Windows color (decimal): -7262156 or 3420305. OLE color: 3420305.

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

Color convert

RGB1454852-
CMYK00.670.640.43
HSL357.53º50.26%37.84%-
HSV(B)357.53º66.9%56.86%-
XYZ13.358.384.16-
YUV77.46113.64176.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.18%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=59.18%
G=19.59%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145485200.670.640.43357.5350.2637.84
Hex913034043402B1663226
Octal22160640103100535466246
Binary10010001110000110100010000111000000101011101100110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913034; }

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

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

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

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

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

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

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

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