Html Css Color HEX #770833 Burgundy

📋 copy color: '#770833'

red 119 ◦ green 8 ◦ blue 51

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

Shades of Burgundy #770833

Tints of Burgundy #770833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.65%

R = 66.85%
G = 4.49%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#770833 (or 0x770833) is known color: Burgundy. HEX triplet: 77, 08 and 33. RGB value is (119,8,51). Sum of RGB (Red+Green+Blue) = 119+8+51=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #770833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770833 is #88F7CC. Grayscale: #2E2E2E. Windows color (decimal): -8976333 or 3344503. OLE color: 3344503.

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

Color convert

RGB 119 8 51 -
CMYK 0 0.93 0.57 0.53
HSL 336.76º 0.87% 0.25% -
HSV(B) 336.76º 0.93% 0.47% -
XYZ 8.29 4.33 3.53 -
YUV 46.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 119 8 51 0 0.93 0.57 0.53 336.76 0.87 0.25
Hex 77 8 33 0 5D 39 35 151 57 19
Octal 167 10 63 0 135 71 65 521 127 31
Binary 1110111 1000 110011 0 1011101 111001 110101 101010001 1010111 11001

Color Harmonies of #770833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770833

Black with #770833

Text Example


Text Example

White with #770833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770833; }

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

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

background-color css

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

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

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

border-color css

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

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

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