Html Css Color HEX #780832 Burgundy

📋 copy color: '#780832'

red 120 ◦ green 8 ◦ blue 50

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

Shades of Burgundy #780832

Tints of Burgundy #780832

RGB

 RED value IS 120 (47.27% from 255) = 67.42%

 GREEN value IS 8 (3.52% from 255) = 4.49%

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

R = 67.42%
G = 4.49%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780832 (or 0x780832) is known color: Burgundy. HEX triplet: 78, 08 and 32. RGB value is (120,8,50). Sum of RGB (Red+Green+Blue) = 120+8+50=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #780832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780832 is #87F7CD. Grayscale: #2E2E2E. Windows color (decimal): -8910798 or 3278968. OLE color: 3278968.

HSL color Cylindrical-coordinate representation of color #780832: hue angle of 337.5º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780832 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 8 50 -
CMYK 0 0.93 0.58 0.53
HSL 337.5º 0.88% 0.25% -
HSV(B) 337.5º 0.93% 0.47% -
XYZ 8.41 4.4 3.42 -
YUV 46.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 120 8 50 0 0.93 0.58 0.53 337.5 0.88 0.25
Hex 78 8 32 0 5D 3A 35 152 58 19
Octal 170 10 62 0 135 72 65 522 130 31
Binary 1111000 1000 110010 0 1011101 111010 110101 101010010 1011000 11001

Color Harmonies of #780832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780832

Black with #780832

Text Example


Text Example

White with #780832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780832; }

 p { color: rgb(120,8,50); }

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

background-color css

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

 a { background-color: rgb(120,8,50); }

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

border-color css

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

 span { border-color: rgb(120,8,50); }

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