#780632

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

Shades of Burgundy #780632

Tints of Burgundy #780632

Color information

#780632 (or 0x780632) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 32. RGB value is (120,6,50). Sum of RGB (Red+Green+Blue) = 120+6+50=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #780632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780632 is #87F9CD. Grayscale: #2D2D2D. Windows color (decimal): -8911310 or 3278456. OLE color: 3278456.

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

Color convert

RGB120650-
CMYK00.950.580.53
HSL336.84º90.48%24.71%-
HSV(B)336.84º95%47.06%-
XYZ8.394.353.42-
YUV45.1130.77181.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.18%
GREEN value IS 6 (2.73% from 255) = 3.41%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=68.18%
G=3.41%
B=28.41%

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
Decimal12065000.950.580.53336.8490.4824.71
Hex7863205F3A351515a19
Octal1706620137726552113231
Binary111100011011001001011111111010110101101010001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780632; }

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

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

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

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

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

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

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

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