Html Css Color HEX #770528 Burgundy

📋 copy color: '#770528'

red 119 ◦ green 5 ◦ blue 40

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

Shades of Burgundy #770528

Tints of Burgundy #770528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.39%

R = 72.56%
G = 3.05%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#770528 (or 0x770528) is known color: Burgundy. HEX triplet: 77, 05 and 28. RGB value is (119,5,40). Sum of RGB (Red+Green+Blue) = 119+5+40=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #770528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770528 is #88FAD7. Grayscale: #2B2B2B. Windows color (decimal): -8977112 or 2622839. OLE color: 2622839.

HSL color Cylindrical-coordinate representation of color #770528: hue angle of 341.58º 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 #770528 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 40 -
CMYK 0 0.96 0.66 0.53
HSL 341.58º 0.92% 0.24% -
HSV(B) 341.58º 0.96% 0.47% -
XYZ 8.05 4.18 2.39 -
YUV 43.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 119 5 40 0 0.96 0.66 0.53 341.58 0.92 0.24
Hex 77 5 28 0 60 42 35 156 5C 18
Octal 167 5 50 0 140 102 65 526 134 30
Binary 1110111 101 101000 0 1100000 1000010 110101 101010110 1011100 11000

Color Harmonies of #770528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770528

Black with #770528

Text Example


Text Example

White with #770528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770528; }

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

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

background-color css

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

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

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

border-color css

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

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

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