#913035

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

Shades of Guardsman Red #913035

Tints of Guardsman Red #913035

Color information

#913035 (or 0x913035) is unknown color: approx Guardsman Red. HEX triplet: 91, 30 and 35. RGB value is (145,48,53). Sum of RGB (Red+Green+Blue) = 145+48+53=246 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.94% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 145 - color contains mainly: red. Hex color #913035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913035 is #6ECFCA. Grayscale: #4D4D4D. Windows color (decimal): -7262155 or 3485841. OLE color: 3485841.

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

Color convert

RGB1454853-
CMYK00.670.630.43
HSL356.91º50.26%37.84%-
HSV(B)356.91º66.9%56.86%-
XYZ13.388.394.28-
YUV77.57114.14176.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.94%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=58.94%
G=19.51%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145485300.670.630.43356.9150.2637.84
Hex9130350433F2B1653226
Octal2216065010377535456246
Binary1001000111000011010101000011111111101011101100101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913035; }

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

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

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

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

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

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

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

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