#780633

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

Shades of Burgundy #780633

Tints of Burgundy #780633

Color information

#780633 (or 0x780633) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 33. RGB value is (120,6,51). Sum of RGB (Red+Green+Blue) = 120+6+51=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #780633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780633 is #87F9CC. Grayscale: #2D2D2D. Windows color (decimal): -8911309 or 3343992. OLE color: 3343992.

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

Color convert

RGB120651-
CMYK00.950.580.53
HSL336.32º90.48%24.71%-
HSV(B)336.32º95%47.06%-
XYZ8.414.363.53-
YUV45.22131.27181.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.80%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=67.80%
G=3.39%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12065100.950.580.53336.3290.4824.71
Hex7863305F3A351505a19
Octal1706630137726552013231
Binary111100011011001101011111111010110101101010000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780633; }

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

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

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

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

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

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

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

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