Html Css Color HEX #770027 Burgundy

📋 copy color: '#770027'

red 119 ◦ green 0 ◦ blue 39

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

Shades of Burgundy #770027

Tints of Burgundy #770027

RGB

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

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

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

R = 75.32%
G = 0%
B = 24.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#770027 (or 0x770027) is known color: Burgundy. HEX triplet: 77, 00 and 27. RGB value is (119,0,39). Sum of RGB (Red+Green+Blue) = 119+0+39=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #770027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770027 is #88FFD8. Grayscale: #272727. Windows color (decimal): -8978393 or 2556023. OLE color: 2556023.

HSL color Cylindrical-coordinate representation of color #770027: hue angle of 340.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770027 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 39 -
CMYK 0 1 0.67 0.53
HSL 340.34º 1% 0.23% -
HSV(B) 340.34º 1% 0.47% -
XYZ 7.97 4.07 2.28 -
YUV 40.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 119 0 39 0 1 0.67 0.53 340.34 1 0.23
Hex 77 0 27 0 64 43 35 154 64 17
Octal 167 0 47 0 144 103 65 524 144 27
Binary 1110111 0 100111 0 1100100 1000011 110101 101010100 1100100 10111

Color Harmonies of #770027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770027

Black with #770027

Text Example


Text Example

White with #770027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770027; }

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

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

background-color css

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

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

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

border-color css

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

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

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