#963137

Color #963137 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #963137

Tints of Guardsman Red #963137

Color information

#963137 (or 0x963137) is unknown color: approx 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

RGB1504955-
CMYK00.670.630.41
HSL356.44º50.75%39.02%-
HSV(B)356.44º67.33%58.82%-
XYZ14.378.964.59-
YUV79.88113.96178.01-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150495500.670.630.41356.4450.7539.02
Hex9631370433F291643327
Octal2266167010377515446347
Binary1001011011000111011101000011111111101001101100100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>