Html Css Color HEX #770821 Burgundy

📋 copy color: '#770821'

red 119 ◦ green 8 ◦ blue 33

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

Shades of Burgundy #770821

Tints of Burgundy #770821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.63%

R = 74.38%
G = 5%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#770821 (or 0x770821) is known color: Burgundy. HEX triplet: 77, 08 and 21. RGB value is (119,8,33). Sum of RGB (Red+Green+Blue) = 119+8+33=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #770821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770821 is #88F7DE. Grayscale: #2C2C2C. Windows color (decimal): -8976351 or 2164855. OLE color: 2164855.

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

Color convert

RGB 119 8 33 -
CMYK 0 0.93 0.72 0.53
HSL 346.49º 0.87% 0.25% -
HSV(B) 346.49º 0.93% 0.47% -
XYZ 7.97 4.21 1.83 -
YUV 44.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 119 8 33 0 0.93 0.72 0.53 346.49 0.87 0.25
Hex 77 8 21 0 5D 48 35 15A 57 19
Octal 167 10 41 0 135 110 65 532 127 31
Binary 1110111 1000 100001 0 1011101 1001000 110101 101011010 1010111 11001

Color Harmonies of #770821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770821

Black with #770821

Text Example


Text Example

White with #770821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770821; }

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

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

background-color css

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

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

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

border-color css

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

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

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