Html Css Color HEX #960037 Burgundy

📋 copy color: '#960037'

red 150 ◦ green 0 ◦ blue 55

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

Shades of Burgundy #960037

Tints of Burgundy #960037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.17%
G = 0%
B = 26.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#960037 (or 0x960037) is known color: Burgundy. HEX triplet: 96, 00 and 37. RGB value is (150,0,55). Sum of RGB (Red+Green+Blue) = 150+0+55=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #960037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960037 is #69FFC8. Grayscale: #333333. Windows color (decimal): -6946761 or 3604630. OLE color: 3604630.

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

Color convert

RGB 150 0 55 -
CMYK 0 1 0.63 0.41
HSL 338º 1% 0.29% -
HSV(B) 338º 1% 0.59% -
XYZ 13.27 6.76 4.22 -
YUV 51.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 150 0 55 0 1 0.63 0.41 338 1 0.29
Hex 96 0 37 0 64 3F 29 152 64 1D
Octal 226 0 67 0 144 77 51 522 144 35
Binary 10010110 0 110111 0 1100100 111111 101001 101010010 1100100 11101

Color Harmonies of #960037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960037

Black with #960037

Text Example


Text Example

White with #960037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960037; }

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

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

background-color css

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

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

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

border-color css

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

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

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