Html Css Color HEX #770532 Burgundy

📋 copy color: '#770532'

red 119 ◦ green 5 ◦ blue 50

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

Shades of Burgundy #770532

Tints of Burgundy #770532

RGB

 RED value IS 119 (46.88% from 255) = 68.39%

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

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 68.39%
G = 2.87%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#770532 (or 0x770532) is known color: Burgundy. HEX triplet: 77, 05 and 32. RGB value is (119,5,50). Sum of RGB (Red+Green+Blue) = 119+5+50=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770532 is #88FACD. Grayscale: #2C2C2C. Windows color (decimal): -8977102 or 3278199. OLE color: 3278199.

HSL color Cylindrical-coordinate representation of color #770532: hue angle of 336.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770532 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 50 -
CMYK 0 0.96 0.58 0.53
HSL 336.32º 0.92% 0.24% -
HSV(B) 336.32º 0.96% 0.47% -
XYZ 8.24 4.26 3.41 -
YUV 44.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 119 5 50 0 0.96 0.58 0.53 336.32 0.92 0.24
Hex 77 5 32 0 60 3A 35 150 5C 18
Octal 167 5 62 0 140 72 65 520 134 30
Binary 1110111 101 110010 0 1100000 111010 110101 101010000 1011100 11000

Color Harmonies of #770532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770532

Black with #770532

Text Example


Text Example

White with #770532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770532; }

 p { color: rgb(119,5,50); }

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

background-color css

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

 a { background-color: rgb(119,5,50); }

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

border-color css

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

 span { border-color: rgb(119,5,50); }

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