Html Css Color HEX #770324 Burgundy

📋 copy color: '#770324'

red 119 ◦ green 3 ◦ blue 36

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

Shades of Burgundy #770324

Tints of Burgundy #770324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.9%

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

R = 75.32%
G = 1.9%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#770324 (or 0x770324) is known color: Burgundy. HEX triplet: 77, 03 and 24. RGB value is (119,3,36). Sum of RGB (Red+Green+Blue) = 119+3+36=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #770324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770324 is #88FCDB. Grayscale: #292929. Windows color (decimal): -8977628 or 2360183. OLE color: 2360183.

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

Color convert

RGB 119 3 36 -
CMYK 0 0.97 0.70 0.53
HSL 342.93º 0.95% 0.24% -
HSV(B) 342.93º 0.97% 0.47% -
XYZ 7.96 4.11 2.04 -
YUV 41.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 119 3 36 0 0.97 0.70 0.53 342.93 0.95 0.24
Hex 77 3 24 0 61 46 35 157 5F 18
Octal 167 3 44 0 141 106 65 527 137 30
Binary 1110111 11 100100 0 1100001 1000110 110101 101010111 1011111 11000

Color Harmonies of #770324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770324

Black with #770324

Text Example


Text Example

White with #770324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770324; }

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

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

background-color css

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

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

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

border-color css

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

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

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