Html Css Color HEX #953137 Guardsman Red

📋 copy color: '#953137'

red 149 ◦ green 49 ◦ blue 55

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

Shades of Guardsman Red #953137

Tints of Guardsman Red #953137

RGB

 RED value IS 149 (58.59% from 255) = 58.89%

 GREEN value IS 49 (19.53% from 255) = 19.37%

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

R = 58.89%
G = 19.37%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#953137 (or 0x953137) is known color: Guardsman Red. HEX triplet: 95, 31 and 37. RGB value is (149,49,55). Sum of RGB (Red+Green+Blue) = 149+49+55=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #953137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953137 is #6ACEC8. Grayscale: #4F4F4F. Windows color (decimal): -6999753 or 3617173. OLE color: 3617173.

HSL color Cylindrical-coordinate representation of color #953137: hue angle of 356.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953137 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 55 -
CMYK 0 0.67 0.63 0.42
HSL 356.4º 0.51% 0.39% -
HSV(B) 356.4º 0.67% 0.58% -
XYZ 14.18 8.86 4.58 -
YUV 79.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 149 49 55 0 0.67 0.63 0.42 356.4 0.51 0.39
Hex 95 31 37 0 43 3F 2A 164 33 27
Octal 225 61 67 0 103 77 52 544 63 47
Binary 10010101 110001 110111 0 1000011 111111 101010 101100100 110011 100111

Color Harmonies of #953137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953137

Black with #953137

Text Example


Text Example

White with #953137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953137; }

 p { color: rgb(149,49,55); }

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

background-color css

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

 a { background-color: rgb(149,49,55); }

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

border-color css

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

 span { border-color: rgb(149,49,55); }

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