#780626

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

Shades of Burgundy #780626

Tints of Burgundy #780626

Color information

#780626 (or 0x780626) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 26. RGB value is (120,6,38). Sum of RGB (Red+Green+Blue) = 120+6+38=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #780626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780626 is #87F9D9. Grayscale: #2B2B2B. Windows color (decimal): -8911322 or 2492024. OLE color: 2492024.

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

Color convert

RGB120638-
CMYK00.950.680.53
HSL343.16º90.48%24.71%-
HSV(B)343.16º95%47.06%-
XYZ8.164.262.23-
YUV43.73124.77182.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.17%
GREEN value IS 6 (2.73% from 255) = 3.66%
BLUE value IS 38 (15.23% from 255) = 23.17%
R=73.17%
G=3.66%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12063800.950.680.53343.1690.4824.71
Hex7862605F44351575a19
Octal17064601371046552713231
Binary1111000110100110010111111000100110101101010111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780626; }

 p { color: rgb(120,6,38); }

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

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

 a { background-color: rgb(120,6,38); }

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

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

 span { border-color: rgb(120,6,38); }

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