#780A2D

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

Shades of Burgundy #780A2D

Tints of Burgundy #780A2D

Color information

#780A2D (or 0x780A2D) is unknown color: approx Burgundy. HEX triplet: 78, 0A and 2D. RGB value is (120,10,45). Sum of RGB (Red+Green+Blue) = 120+10+45=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #780A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780A2D is #87F5D2. Grayscale: #2E2E2E. Windows color (decimal): -8910291 or 2951800. OLE color: 2951800.

HSL color Cylindrical-coordinate representation of color #780A2D: hue angle of 340.91º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A2D is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1201045-
CMYK00.920.630.53
HSL340.91º84.62%25.49%-
HSV(B)340.91º91.67%47.06%-
XYZ8.334.42.89-
YUV46.88126.94180.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 10 (4.30% from 255) = 5.71%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=68.57%
G=5.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120104500.920.630.53340.9184.6225.49
Hex78A2D05C3F351555519
Octal17012550134776552512531
Binary1111000101010110101011100111111110101101010101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780A2D; }

 p { color: rgb(120,10,45); }

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

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

 a { background-color: rgb(120,10,45); }

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

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

 span { border-color: rgb(120,10,45); }

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