Html Css Color HEX #9F2729 Guardsman Red

📋 copy color: '#9F2729'

red 159 ◦ green 39 ◦ blue 41

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

Shades of Guardsman Red #9F2729

Tints of Guardsman Red #9F2729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.32%

 BLUE value IS 41 (16.41% from 255) = 17.15%

R = 66.53%
G = 16.32%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F2729 (or 0x9F2729) is known color: Guardsman Red. HEX triplet: 9F, 27 and 29. RGB value is (159,39,41). Sum of RGB (Red+Green+Blue) = 159+39+41=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2729 is #60D8D6. Grayscale: #4B4B4B. Windows color (decimal): -6346967 or 2697119. OLE color: 2697119.

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

Color convert

RGB 159 39 41 -
CMYK 0 0.75 0.74 0.38
HSL 359º 0.61% 0.39% -
HSV(B) 359º 0.75% 0.62% -
XYZ 15.42 8.98 3.02 -
YUV 75.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 159 39 41 0 0.75 0.74 0.38 359 0.61 0.39
Hex 9F 27 29 0 4B 4A 26 167 3D 27
Octal 237 47 51 0 113 112 46 547 75 47
Binary 10011111 100111 101001 0 1001011 1001010 100110 101100111 111101 100111

Color Harmonies of #9F2729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2729

Black with #9F2729

Text Example


Text Example

White with #9F2729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,39,41); }

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

background-color css

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

 a { background-color: rgb(159,39,41); }

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

border-color css

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

 span { border-color: rgb(159,39,41); }

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