#982E39

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

Shades of Guardsman Red #982E39

Tints of Guardsman Red #982E39

Color information

#982E39 (or 0x982E39) is unknown color: approx Guardsman Red. HEX triplet: 98, 2E and 39. RGB value is (152,46,57). Sum of RGB (Red+Green+Blue) = 152+46+57=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #982E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982E39 is #67D1C6. Grayscale: #4F4F4F. Windows color (decimal): -6803911 or 3747480. OLE color: 3747480.

HSL color Cylindrical-coordinate representation of color #982E39: hue angle of 353.77º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #982E39 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1524657-
CMYK00.700.620.40
HSL353.77º53.54%38.82%-
HSV(B)353.77º69.74%59.61%-
XYZ14.668.924.82-
YUV78.95115.62180.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.61%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 57 (22.66% from 255) = 22.35%
R=59.61%
G=18.04%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152465700.700.620.40353.7753.5438.82
Hex982E390463E281623627
Octal2305671010676505426647
Binary1001100010111011100101000110111110101000101100010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982E39; }

 p { color: rgb(152,46,57); }

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

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

 a { background-color: rgb(152,46,57); }

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

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

 span { border-color: rgb(152,46,57); }

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