#780823

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

Shades of Burgundy #780823

Tints of Burgundy #780823

Color information

#780823 (or 0x780823) is unknown color: approx Burgundy. HEX triplet: 78, 08 and 23. RGB value is (120,8,35). Sum of RGB (Red+Green+Blue) = 120+8+35=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #780823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780823 is #87F7DC. Grayscale: #2C2C2C. Windows color (decimal): -8910813 or 2295928. OLE color: 2295928.

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

Color convert

RGB120835-
CMYK00.930.710.53
HSL345.54º87.5%25.1%-
HSV(B)345.54º93.33%47.06%-
XYZ8.144.291.99-
YUV44.57122.61181.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.62%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 35 (14.06% from 255) = 21.47%
R=73.62%
G=4.91%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12083500.930.710.53345.5487.525.1
Hex7882305D473515a5819
Octal170104301351076553213031
Binary11110001000100011010111011000111110101101011010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780823; }

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

 H1.HeaderClassName
 {
   color: #780823;
 }
 .AnyTagClassName
 {
   color: #780823;
 }
</style>
background-color css

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

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

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

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

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

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