#983339

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

Shades of Guardsman Red #983339

Tints of Guardsman Red #983339

Color information

#983339 (or 0x983339) is unknown color: approx Guardsman Red. HEX triplet: 98, 33 and 39. RGB value is (152,51,57). Sum of RGB (Red+Green+Blue) = 152+51+57=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #983339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983339 is #67CCC6. Grayscale: #515151. Windows color (decimal): -6802631 or 3748760. OLE color: 3748760.

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

Color convert

RGB1525157-
CMYK00.660.620.40
HSL356.44º49.75%39.8%-
HSV(B)356.44º66.45%59.61%-
XYZ14.879.344.89-
YUV81.88113.96178.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.46%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 57 (22.66% from 255) = 21.92%
R=58.46%
G=19.62%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152515700.660.620.40356.4449.7539.8
Hex9833390423E281643228
Octal2306371010276505446250
Binary1001100011001111100101000010111110101000101100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983339; }

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

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

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

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

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

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

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

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