#983536

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

Shades of Guardsman Red #983536

Tints of Guardsman Red #983536

Color information

#983536 (or 0x983536) is unknown color: approx Guardsman Red. HEX triplet: 98, 35 and 36. RGB value is (152,53,54). Sum of RGB (Red+Green+Blue) = 152+53+54=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #983536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983536 is #67CAC9. Grayscale: #525252. Windows color (decimal): -6802122 or 3552664. OLE color: 3552664.

HSL color Cylindrical-coordinate representation of color #983536: hue angle of 359.39º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983536 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB1525354-
CMYK00.650.640.40
HSL359.39º48.29%40.2%-
HSV(B)359.39º65.13%59.61%-
XYZ14.899.494.54-
YUV82.72111.8177.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 54 (21.48% from 255) = 20.85%
R=58.69%
G=20.46%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152535400.650.640.40359.3948.2940.2
Hex98353604140281673028
Octal23065660101100505476050
Binary10011000110101110110010000011000000101000101100111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983536; }

 p { color: rgb(152,53,54); }

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

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

 a { background-color: rgb(152,53,54); }

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

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

 span { border-color: rgb(152,53,54); }

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