Html Css Color HEX #9F3341 Guardsman Red

📋 copy color: '#9F3341'

red 159 ◦ green 51 ◦ blue 65

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

Shades of Guardsman Red #9F3341

Tints of Guardsman Red #9F3341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 57.82%
G = 18.55%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9F3341 (or 0x9F3341) is known color: Guardsman Red. HEX triplet: 9F, 33 and 41. RGB value is (159,51,65). Sum of RGB (Red+Green+Blue) = 159+51+65=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3341 is #60CCBE. Grayscale: #545454. Windows color (decimal): -6343871 or 4273055. OLE color: 4273055.

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

Color convert

RGB 159 51 65 -
CMYK 0 0.68 0.59 0.38
HSL 352.22º 0.51% 0.41% -
HSV(B) 352.22º 0.68% 0.62% -
XYZ 16.44 10.12 6.09 -
YUV 84.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 159 51 65 0 0.68 0.59 0.38 352.22 0.51 0.41
Hex 9F 33 41 0 44 3B 26 160 33 29
Octal 237 63 101 0 104 73 46 540 63 51
Binary 10011111 110011 1000001 0 1000100 111011 100110 101100000 110011 101001

Color Harmonies of #9F3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3341

Black with #9F3341

Text Example


Text Example

White with #9F3341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,65); }

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

background-color css

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

 a { background-color: rgb(159,51,65); }

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

border-color css

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

 span { border-color: rgb(159,51,65); }

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