Html Css Color HEX #770921 Burgundy

📋 copy color: '#770921'

red 119 ◦ green 9 ◦ blue 33

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

Shades of Burgundy #770921

Tints of Burgundy #770921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

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

R = 73.91%
G = 5.59%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#770921 (or 0x770921) is known color: Burgundy. HEX triplet: 77, 09 and 21. RGB value is (119,9,33). Sum of RGB (Red+Green+Blue) = 119+9+33=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #770921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770921 is #88F6DE. Grayscale: #2C2C2C. Windows color (decimal): -8976095 or 2165111. OLE color: 2165111.

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

Color convert

RGB 119 9 33 -
CMYK 0 0.92 0.72 0.53
HSL 346.91º 0.86% 0.25% -
HSV(B) 346.91º 0.92% 0.47% -
XYZ 7.98 4.23 1.83 -
YUV 44.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 119 9 33 0 0.92 0.72 0.53 346.91 0.86 0.25
Hex 77 9 21 0 5C 48 35 15B 56 19
Octal 167 11 41 0 134 110 65 533 126 31
Binary 1110111 1001 100001 0 1011100 1001000 110101 101011011 1010110 11001

Color Harmonies of #770921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770921

Black with #770921

Text Example


Text Example

White with #770921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770921; }

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

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

background-color css

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

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

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

border-color css

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

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

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