Html Css Color HEX #8F3031 Guardsman Red

📋 copy color: '#8F3031'

red 143 ◦ green 48 ◦ blue 49

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

Shades of Guardsman Red #8F3031

Tints of Guardsman Red #8F3031

RGB

 RED value IS 143 (56.25% from 255) = 59.58%

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

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

R = 59.58%
G = 20%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8F3031 (or 0x8F3031) is known color: Guardsman Red. HEX triplet: 8F, 30 and 31. RGB value is (143,48,49). Sum of RGB (Red+Green+Blue) = 143+48+49=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3031 is #70CFCE. Grayscale: #4C4C4C. Windows color (decimal): -7393231 or 3223695. OLE color: 3223695.

HSL color Cylindrical-coordinate representation of color #8F3031: hue angle of 359.37º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3031 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 48 49 -
CMYK 0 0.66 0.66 0.44
HSL 359.37º 0.5% 0.37% -
HSV(B) 359.37º 0.66% 0.56% -
XYZ 12.94 8.18 3.8 -
YUV 76.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 143 48 49 0 0.66 0.66 0.44 359.37 0.5 0.37
Hex 8F 30 31 0 42 42 2C 167 32 25
Octal 217 60 61 0 102 102 54 547 62 45
Binary 10001111 110000 110001 0 1000010 1000010 101100 101100111 110010 100101

Color Harmonies of #8F3031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3031

Black with #8F3031

Text Example


Text Example

White with #8F3031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F3031; }

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

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

background-color css

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

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

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

border-color css

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

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

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