#780834

Color #780834 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #780834

Tints of Burgundy #780834

Color information

#780834 (or 0x780834) is unknown color: approx 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

RGB120852-
CMYK00.930.570.53
HSL336.43º87.5%25.1%-
HSV(B)336.43º93.33%47.06%-
XYZ8.454.413.66-
YUV46.5131.11180.42-

RGB Variations

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

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.70% from 255) = 28.89%
R=66.67%
G=4.44%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12085200.930.570.53336.4387.525.1
Hex7883405D39351505819
Octal17010640135716552013031
Binary1111000100011010001011101111001110101101010000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>