Html Css Color HEX #9F343E Guardsman Red

📋 copy color: '#9F343E'

red 159 ◦ green 52 ◦ blue 62

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

Shades of Guardsman Red #9F343E

Tints of Guardsman Red #9F343E

RGB

 RED value IS 159 (62.5% from 255) = 58.24%

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 58.24%
G = 19.05%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9F343E (or 0x9F343E) is known color: Guardsman Red. HEX triplet: 9F, 34 and 3E. RGB value is (159,52,62). Sum of RGB (Red+Green+Blue) = 159+52+62=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F343E is #60CBC1. Grayscale: #555555. Windows color (decimal): -6343618 or 4076703. OLE color: 4076703.

HSL color Cylindrical-coordinate representation of color #9F343E: hue angle of 354.39º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F343E is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 52 62 -
CMYK 0 0.67 0.61 0.38
HSL 354.39º 0.51% 0.41% -
HSV(B) 354.39º 0.67% 0.62% -
XYZ 16.4 10.17 5.66 -
YUV 85.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 159 52 62 0 0.67 0.61 0.38 354.39 0.51 0.41
Hex 9F 34 3E 0 43 3D 26 162 33 29
Octal 237 64 76 0 103 75 46 542 63 51
Binary 10011111 110100 111110 0 1000011 111101 100110 101100010 110011 101001

Color Harmonies of #9F343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F343E

Black with #9F343E

Text Example


Text Example

White with #9F343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F343E; }

 p { color: rgb(159,52,62); }

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

background-color css

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

 a { background-color: rgb(159,52,62); }

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

border-color css

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

 span { border-color: rgb(159,52,62); }

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