#983335

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

Shades of Guardsman Red #983335

Tints of Guardsman Red #983335

Color information

#983335 (or 0x983335) is unknown color: approx Guardsman Red. HEX triplet: 98, 33 and 35. RGB value is (152,51,53). Sum of RGB (Red+Green+Blue) = 152+51+53=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #983335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983335 is #67CCCA. Grayscale: #515151. Windows color (decimal): -6802635 or 3486616. OLE color: 3486616.

HSL color Cylindrical-coordinate representation of color #983335: hue angle of 358.81º 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 #983335 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB1525153-
CMYK00.660.650.40
HSL358.81º49.75%39.8%-
HSV(B)358.81º66.45%59.61%-
XYZ14.789.34.38-
YUV81.43111.96178.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=59.38%
G=19.92%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152515300.660.650.40358.8149.7539.8
Hex98333504241281673228
Octal23063650102101505476250
Binary10011000110011110101010000101000001101000101100111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983335; }

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

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

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

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

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

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

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

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