Html Css Color HEX #770026 Burgundy

📋 copy color: '#770026'

red 119 ◦ green 0 ◦ blue 38

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

Shades of Burgundy #770026

Tints of Burgundy #770026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.2%

R = 75.8%
G = 0%
B = 24.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#770026 (or 0x770026) is known color: Burgundy. HEX triplet: 77, 00 and 26. RGB value is (119,0,38). Sum of RGB (Red+Green+Blue) = 119+0+38=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #770026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770026 is #88FFD9. Grayscale: #272727. Windows color (decimal): -8978394 or 2490487. OLE color: 2490487.

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

Color convert

RGB 119 0 38 -
CMYK 0 1 0.68 0.53
HSL 340.84º 1% 0.23% -
HSV(B) 340.84º 1% 0.47% -
XYZ 7.96 4.06 2.2 -
YUV 39.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 119 0 38 0 1 0.68 0.53 340.84 1 0.23
Hex 77 0 26 0 64 44 35 155 64 17
Octal 167 0 46 0 144 104 65 525 144 27
Binary 1110111 0 100110 0 1100100 1000100 110101 101010101 1100100 10111

Color Harmonies of #770026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770026

Black with #770026

Text Example


Text Example

White with #770026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770026; }

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

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

background-color css

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

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

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

border-color css

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

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

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