Html Css Color HEX #9F3339 Guardsman Red

📋 copy color: '#9F3339'

red 159 ◦ green 51 ◦ blue 57

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

Shades of Guardsman Red #9F3339

Tints of Guardsman Red #9F3339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.35%

R = 59.55%
G = 19.1%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9F3339 (or 0x9F3339) is known color: Guardsman Red. HEX triplet: 9F, 33 and 39. RGB value is (159,51,57). Sum of RGB (Red+Green+Blue) = 159+51+57=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3339 is #60CCC6. Grayscale: #545454. Windows color (decimal): -6343879 or 3748767. OLE color: 3748767.

HSL color Cylindrical-coordinate representation of color #9F3339: hue angle of 356.67º 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 #9F3339 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 51 57 -
CMYK 0 0.68 0.64 0.38
HSL 356.67º 0.51% 0.41% -
HSV(B) 356.67º 0.68% 0.62% -
XYZ 16.22 10.03 4.95 -
YUV 83.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 159 51 57 0 0.68 0.64 0.38 356.67 0.51 0.41
Hex 9F 33 39 0 44 40 26 165 33 29
Octal 237 63 71 0 104 100 46 545 63 51
Binary 10011111 110011 111001 0 1000100 1000000 100110 101100101 110011 101001

Color Harmonies of #9F3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3339

Black with #9F3339

Text Example


Text Example

White with #9F3339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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