Html Css Color HEX #770232 Burgundy

📋 copy color: '#770232'

red 119 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #770232

Tints of Burgundy #770232

RGB

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

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

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

R = 69.59%
G = 1.17%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#770232 (or 0x770232) is known color: Burgundy. HEX triplet: 77, 02 and 32. RGB value is (119,2,50). Sum of RGB (Red+Green+Blue) = 119+2+50=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #770232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770232 is #88FDCD. Grayscale: #2A2A2A. Windows color (decimal): -8977870 or 3277431. OLE color: 3277431.

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

Color convert

RGB 119 2 50 -
CMYK 0 0.98 0.58 0.53
HSL 335.38º 0.97% 0.24% -
HSV(B) 335.38º 0.98% 0.47% -
XYZ 8.21 4.2 3.39 -
YUV 42.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 119 2 50 0 0.98 0.58 0.53 335.38 0.97 0.24
Hex 77 2 32 0 62 3A 35 14F 61 18
Octal 167 2 62 0 142 72 65 517 141 30
Binary 1110111 10 110010 0 1100010 111010 110101 101001111 1100001 11000

Color Harmonies of #770232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770232

Black with #770232

Text Example


Text Example

White with #770232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770232; }

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

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

background-color css

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

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

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

border-color css

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

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

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