#963139

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

Shades of Guardsman Red #963139

Tints of Guardsman Red #963139

Color information

#963139 (or 0x963139) is unknown color: approx Guardsman Red. HEX triplet: 96, 31 and 39. RGB value is (150,49,57). Sum of RGB (Red+Green+Blue) = 150+49+57=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #963139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963139 is #69CEC6. Grayscale: #505050. Windows color (decimal): -6934215 or 3748246. OLE color: 3748246.

HSL color Cylindrical-coordinate representation of color #963139: hue angle of 355.25º 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 #963139 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB1504957-
CMYK00.670.620.41
HSL355.25º50.75%39.02%-
HSV(B)355.25º67.33%58.82%-
XYZ14.418.984.84-
YUV80.11114.96177.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=58.59%
G=19.14%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150495700.670.620.41355.2550.7539.02
Hex9631390433E291633327
Octal2266171010376515436347
Binary1001011011000111100101000011111110101001101100011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963139; }

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

 H1.HeaderClassName
 {
   color: #963139;
 }
 .AnyTagClassName
 {
   color: #963139;
 }
</style>
background-color css

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

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

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

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

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

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