Html Css Color HEX #770828 Burgundy

📋 copy color: '#770828'

red 119 ◦ green 8 ◦ blue 40

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

Shades of Burgundy #770828

Tints of Burgundy #770828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

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

R = 71.26%
G = 4.79%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#770828 (or 0x770828) is known color: Burgundy. HEX triplet: 77, 08 and 28. RGB value is (119,8,40). Sum of RGB (Red+Green+Blue) = 119+8+40=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #770828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770828 is #88F7D7. Grayscale: #2C2C2C. Windows color (decimal): -8976344 or 2623607. OLE color: 2623607.

HSL color Cylindrical-coordinate representation of color #770828: hue angle of 342.7º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770828 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 8 40 -
CMYK 0 0.93 0.66 0.53
HSL 342.7º 0.87% 0.25% -
HSV(B) 342.7º 0.93% 0.47% -
XYZ 8.08 4.25 2.4 -
YUV 44.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 119 8 40 0 0.93 0.66 0.53 342.7 0.87 0.25
Hex 77 8 28 0 5D 42 35 157 57 19
Octal 167 10 50 0 135 102 65 527 127 31
Binary 1110111 1000 101000 0 1011101 1000010 110101 101010111 1010111 11001

Color Harmonies of #770828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770828

Black with #770828

Text Example


Text Example

White with #770828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770828; }

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

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

background-color css

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

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

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

border-color css

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

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

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