Html Css Color HEX #973337 Guardsman Red

📋 copy color: '#973337'

red 151 ◦ green 51 ◦ blue 55

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

Shades of Guardsman Red #973337

Tints of Guardsman Red #973337

RGB

 RED value IS 151 (59.38% from 255) = 58.75%

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

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 58.75%
G = 19.84%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#973337 (or 0x973337) is known color: Guardsman Red. HEX triplet: 97, 33 and 37. RGB value is (151,51,55). Sum of RGB (Red+Green+Blue) = 151+51+55=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #973337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973337 is #68CCC8. Grayscale: #515151. Windows color (decimal): -6868169 or 3617687. OLE color: 3617687.

HSL color Cylindrical-coordinate representation of color #973337: hue angle of 357.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973337 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 51 55 -
CMYK 0 0.66 0.64 0.41
HSL 357.6º 0.5% 0.4% -
HSV(B) 357.6º 0.66% 0.59% -
XYZ 14.64 9.22 4.62 -
YUV 81.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 151 51 55 0 0.66 0.64 0.41 357.6 0.5 0.4
Hex 97 33 37 0 42 40 29 166 32 28
Octal 227 63 67 0 102 100 51 546 62 50
Binary 10010111 110011 110111 0 1000010 1000000 101001 101100110 110010 101000

Color Harmonies of #973337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973337

Black with #973337

Text Example


Text Example

White with #973337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973337; }

 p { color: rgb(151,51,55); }

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

background-color css

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

 a { background-color: rgb(151,51,55); }

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

border-color css

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

 span { border-color: rgb(151,51,55); }

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