Html Css Color HEX #963337 Guardsman Red

📋 copy color: '#963337'

red 150 ◦ green 51 ◦ blue 55

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

Shades of Guardsman Red #963337

Tints of Guardsman Red #963337

RGB

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

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

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

R = 58.59%
G = 19.92%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#963337 (or 0x963337) is known color: Guardsman Red. HEX triplet: 96, 33 and 37. RGB value is (150,51,55). Sum of RGB (Red+Green+Blue) = 150+51+55=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #963337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963337 is #69CCC8. Grayscale: #515151. Windows color (decimal): -6933705 or 3617686. OLE color: 3617686.

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

Color convert

RGB 150 51 55 -
CMYK 0 0.66 0.63 0.41
HSL 357.58º 0.49% 0.39% -
HSV(B) 357.58º 0.66% 0.59% -
XYZ 14.45 9.13 4.61 -
YUV 81.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 150 51 55 0 0.66 0.63 0.41 357.58 0.49 0.39
Hex 96 33 37 0 42 3F 29 166 31 27
Octal 226 63 67 0 102 77 51 546 61 47
Binary 10010110 110011 110111 0 1000010 111111 101001 101100110 110001 100111

Color Harmonies of #963337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963337

Black with #963337

Text Example


Text Example

White with #963337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963337; }

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

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

background-color css

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

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

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

border-color css

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

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

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