Html Css Color HEX #770527 Burgundy

📋 copy color: '#770527'

red 119 ◦ green 5 ◦ blue 39

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

Shades of Burgundy #770527

Tints of Burgundy #770527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.93%

R = 73.01%
G = 3.07%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#770527 (or 0x770527) is known color: Burgundy. HEX triplet: 77, 05 and 27. RGB value is (119,5,39). Sum of RGB (Red+Green+Blue) = 119+5+39=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #770527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770527 is #88FAD8. Grayscale: #2A2A2A. Windows color (decimal): -8977113 or 2557303. OLE color: 2557303.

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

Color convert

RGB 119 5 39 -
CMYK 0 0.96 0.67 0.53
HSL 342.11º 0.92% 0.24% -
HSV(B) 342.11º 0.96% 0.47% -
XYZ 8.03 4.18 2.3 -
YUV 42.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 119 5 39 0 0.96 0.67 0.53 342.11 0.92 0.24
Hex 77 5 27 0 60 43 35 156 5C 18
Octal 167 5 47 0 140 103 65 526 134 30
Binary 1110111 101 100111 0 1100000 1000011 110101 101010110 1011100 11000

Color Harmonies of #770527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770527

Black with #770527

Text Example


Text Example

White with #770527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770527; }

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

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

background-color css

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

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

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

border-color css

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

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

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