Html Css Color HEX #960537 Burgundy

📋 copy color: '#960537'

red 150 ◦ green 5 ◦ blue 55

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

Shades of Burgundy #960537

Tints of Burgundy #960537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.38%

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

R = 71.43%
G = 2.38%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#960537 (or 0x960537) is known color: Burgundy. HEX triplet: 96, 05 and 37. RGB value is (150,5,55). Sum of RGB (Red+Green+Blue) = 150+5+55=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #960537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960537 is #69FAC8. Grayscale: #363636. Windows color (decimal): -6945481 or 3605910. OLE color: 3605910.

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

Color convert

RGB 150 5 55 -
CMYK 0 0.97 0.63 0.41
HSL 339.31º 0.94% 0.3% -
HSV(B) 339.31º 0.97% 0.59% -
XYZ 13.32 6.87 4.24 -
YUV 54.06 128.54 196.43 -
System Red Green Blue C M Y K H S L
Decimal 150 5 55 0 0.97 0.63 0.41 339.31 0.94 0.3
Hex 96 5 37 0 61 3F 29 153 5E 1E
Octal 226 5 67 0 141 77 51 523 136 36
Binary 10010110 101 110111 0 1100001 111111 101001 101010011 1011110 11110

Color Harmonies of #960537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960537

Black with #960537

Text Example


Text Example

White with #960537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960537; }

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

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

background-color css

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

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

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

border-color css

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

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

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