Html Css Color HEX #770222 Burgundy

📋 copy color: '#770222'

red 119 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #770222

Tints of Burgundy #770222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 34 (13.67% from 255) = 21.94%

R = 76.77%
G = 1.29%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#770222 (or 0x770222) is known color: Burgundy. HEX triplet: 77, 02 and 22. RGB value is (119,2,34). Sum of RGB (Red+Green+Blue) = 119+2+34=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #770222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770222 is #88FDDD. Grayscale: #282828. Windows color (decimal): -8977886 or 2228855. OLE color: 2228855.

HSL color Cylindrical-coordinate representation of color #770222: hue angle of 343.59º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770222 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 2 34 -
CMYK 0 0.98 0.71 0.53
HSL 343.59º 0.97% 0.24% -
HSV(B) 343.59º 0.98% 0.47% -
XYZ 7.92 4.08 1.88 -
YUV 40.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 119 2 34 0 0.98 0.71 0.53 343.59 0.97 0.24
Hex 77 2 22 0 62 47 35 158 61 18
Octal 167 2 42 0 142 107 65 530 141 30
Binary 1110111 10 100010 0 1100010 1000111 110101 101011000 1100001 11000

Color Harmonies of #770222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770222

Black with #770222

Text Example


Text Example

White with #770222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770222; }

 p { color: rgb(119,2,34); }

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

background-color css

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

 a { background-color: rgb(119,2,34); }

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

border-color css

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

 span { border-color: rgb(119,2,34); }

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