Html Css Color HEX #983031 Guardsman Red

📋 copy color: '#983031'

red 152 ◦ green 48 ◦ blue 49

#983031
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #983031

Tints of Guardsman Red #983031

RGB

 RED value IS 152 (59.77% from 255) = 61.04%

 GREEN value IS 48 (19.14% from 255) = 19.28%

 BLUE value IS 49 (19.53% from 255) = 19.68%

R = 61.04%
G = 19.28%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#983031 (or 0x983031) is known color: Guardsman Red. HEX triplet: 98, 30 and 31. RGB value is (152,48,49). Sum of RGB (Red+Green+Blue) = 152+48+49=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #983031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983031 is #67CFCE. Grayscale: #4F4F4F. Windows color (decimal): -6803407 or 3223704. OLE color: 3223704.

HSL color Cylindrical-coordinate representation of color #983031: hue angle of 359.42º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983031 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 49 -
CMYK 0 0.68 0.68 0.40
HSL 359.42º 0.52% 0.39% -
HSV(B) 359.42º 0.68% 0.6% -
XYZ 14.56 9.01 3.88 -
YUV 79.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 152 48 49 0 0.68 0.68 0.40 359.42 0.52 0.39
Hex 98 30 31 0 44 44 28 167 34 27
Octal 230 60 61 0 104 104 50 547 64 47
Binary 10011000 110000 110001 0 1000100 1000100 101000 101100111 110100 100111

Color Harmonies of #983031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983031

Black with #983031

Text Example


Text Example

White with #983031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983031; }

 p { color: rgb(152,48,49); }

 H1.HeaderClassName
 {
   color: #983031;
 }
 .AnyTagClassName
 {
   color: #983031;
 }
</style>

background-color css

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

 a { background-color: rgb(152,48,49); }

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

border-color css

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

 span { border-color: rgb(152,48,49); }

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