Html Css Color HEX #963137 Guardsman Red

📋 copy color: '#963137'

red 150 ◦ green 49 ◦ blue 55

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

Shades of Guardsman Red #963137

Tints of Guardsman Red #963137

RGB

 RED value IS 150 (58.98% from 255) = 59.06%

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

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

R = 59.06%
G = 19.29%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#963137 (or 0x963137) is known color: Guardsman Red. HEX triplet: 96, 31 and 37. RGB value is (150,49,55). Sum of RGB (Red+Green+Blue) = 150+49+55=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #963137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963137 is #69CEC8. Grayscale: #4F4F4F. Windows color (decimal): -6934217 or 3617174. OLE color: 3617174.

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

Color convert

RGB 150 49 55 -
CMYK 0 0.67 0.63 0.41
HSL 356.44º 0.51% 0.39% -
HSV(B) 356.44º 0.67% 0.59% -
XYZ 14.37 8.96 4.59 -
YUV 79.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 150 49 55 0 0.67 0.63 0.41 356.44 0.51 0.39
Hex 96 31 37 0 43 3F 29 164 33 27
Octal 226 61 67 0 103 77 51 544 63 47
Binary 10010110 110001 110111 0 1000011 111111 101001 101100100 110011 100111

Color Harmonies of #963137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963137

Black with #963137

Text Example


Text Example

White with #963137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963137; }

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

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

background-color css

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

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

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

border-color css

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

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

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