Html Css Color HEX #770224 Burgundy

📋 copy color: '#770224'

red 119 ◦ green 2 ◦ blue 36

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

Shades of Burgundy #770224

Tints of Burgundy #770224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.93%

R = 75.8%
G = 1.27%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#770224 (or 0x770224) is known color: Burgundy. HEX triplet: 77, 02 and 24. RGB value is (119,2,36). Sum of RGB (Red+Green+Blue) = 119+2+36=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #770224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770224 is #88FDDB. Grayscale: #282828. Windows color (decimal): -8977884 or 2359927. OLE color: 2359927.

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

Color convert

RGB 119 2 36 -
CMYK 0 0.98 0.70 0.53
HSL 342.56º 0.97% 0.24% -
HSV(B) 342.56º 0.98% 0.47% -
XYZ 7.95 4.09 2.04 -
YUV 40.86 125.26 183.74 -
System Red Green Blue C M Y K H S L
Decimal 119 2 36 0 0.98 0.70 0.53 342.56 0.97 0.24
Hex 77 2 24 0 62 46 35 157 61 18
Octal 167 2 44 0 142 106 65 527 141 30
Binary 1110111 10 100100 0 1100010 1000110 110101 101010111 1100001 11000

Color Harmonies of #770224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770224

Black with #770224

Text Example


Text Example

White with #770224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770224; }

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

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

background-color css

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

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

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

border-color css

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

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

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