Html Css Color HEX #770432 Burgundy

📋 copy color: '#770432'

red 119 ◦ green 4 ◦ blue 50

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

Shades of Burgundy #770432

Tints of Burgundy #770432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

 BLUE value IS 50 (19.92% from 255) = 28.9%

R = 68.79%
G = 2.31%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#770432 (or 0x770432) is known color: Burgundy. HEX triplet: 77, 04 and 32. RGB value is (119,4,50). Sum of RGB (Red+Green+Blue) = 119+4+50=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #770432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770432 is #88FBCD. Grayscale: #2B2B2B. Windows color (decimal): -8977358 or 3277943. OLE color: 3277943.

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

Color convert

RGB 119 4 50 -
CMYK 0 0.97 0.58 0.53
HSL 336º 0.93% 0.24% -
HSV(B) 336º 0.97% 0.47% -
XYZ 8.23 4.24 3.4 -
YUV 43.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 119 4 50 0 0.97 0.58 0.53 336 0.93 0.24
Hex 77 4 32 0 61 3A 35 150 5D 18
Octal 167 4 62 0 141 72 65 520 135 30
Binary 1110111 100 110010 0 1100001 111010 110101 101010000 1011101 11000

Color Harmonies of #770432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770432

Black with #770432

Text Example


Text Example

White with #770432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770432; }

 p { color: rgb(119,4,50); }

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

background-color css

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

 a { background-color: rgb(119,4,50); }

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

border-color css

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

 span { border-color: rgb(119,4,50); }

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