Html Css Color HEX #960538 Burgundy

📋 copy color: '#960538'

red 150 ◦ green 5 ◦ blue 56

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

Shades of Burgundy #960538

Tints of Burgundy #960538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.54%

R = 71.09%
G = 2.37%
B = 26.54%

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

#960538 (or 0x960538) is known color: Burgundy. HEX triplet: 96, 05 and 38. RGB value is (150,5,56). Sum of RGB (Red+Green+Blue) = 150+5+56=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #960538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960538 is #69FAC7. Grayscale: #363636. Windows color (decimal): -6945480 or 3671446. OLE color: 3671446.

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

Color convert

RGB 150 5 56 -
CMYK 0 0.97 0.63 0.41
HSL 338.9º 0.94% 0.3% -
HSV(B) 338.9º 0.97% 0.59% -
XYZ 13.35 6.88 4.37 -
YUV 54.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 150 5 56 0 0.97 0.63 0.41 338.9 0.94 0.3
Hex 96 5 38 0 61 3F 29 153 5E 1E
Octal 226 5 70 0 141 77 51 523 136 36
Binary 10010110 101 111000 0 1100001 111111 101001 101010011 1011110 11110

Color Harmonies of #960538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960538

Black with #960538

Text Example


Text Example

White with #960538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960538; }

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

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

background-color css

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

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

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

border-color css

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

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

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