Html Css Color HEX #780834 Burgundy

📋 copy color: '#780834'

red 120 ◦ green 8 ◦ blue 52

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

Shades of Burgundy #780834

Tints of Burgundy #780834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.89%

R = 66.67%
G = 4.44%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#780834 (or 0x780834) is known color: Burgundy. HEX triplet: 78, 08 and 34. RGB value is (120,8,52). Sum of RGB (Red+Green+Blue) = 120+8+52=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #780834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780834 is #87F7CB. Grayscale: #2E2E2E. Windows color (decimal): -8910796 or 3410040. OLE color: 3410040.

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

Color convert

RGB 120 8 52 -
CMYK 0 0.93 0.57 0.53
HSL 336.43º 0.88% 0.25% -
HSV(B) 336.43º 0.93% 0.47% -
XYZ 8.45 4.41 3.66 -
YUV 46.5 131.11 180.42 -
System Red Green Blue C M Y K H S L
Decimal 120 8 52 0 0.93 0.57 0.53 336.43 0.88 0.25
Hex 78 8 34 0 5D 39 35 150 58 19
Octal 170 10 64 0 135 71 65 520 130 31
Binary 1111000 1000 110100 0 1011101 111001 110101 101010000 1011000 11001

Color Harmonies of #780834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780834

Black with #780834

Text Example


Text Example

White with #780834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780834; }

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

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

background-color css

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

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

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

border-color css

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

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

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