#780B2F

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

Shades of Burgundy #780B2F

Tints of Burgundy #780B2F

Color information

#780B2F (or 0x780B2F) is unknown color: approx Burgundy. HEX triplet: 78, 0B and 2F. RGB value is (120,11,47). Sum of RGB (Red+Green+Blue) = 120+11+47=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #780B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B2F is #87F4D0. Grayscale: #2F2F2F. Windows color (decimal): -8910033 or 3083128. OLE color: 3083128.

HSL color Cylindrical-coordinate representation of color #780B2F: hue angle of 340.18º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B2F is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1201147-
CMYK00.910.610.53
HSL340.18º83.21%25.69%-
HSV(B)340.18º90.83%47.06%-
XYZ8.384.443.1-
YUV47.69127.61179.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.42%
GREEN value IS 11 (4.69% from 255) = 6.18%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=67.42%
G=6.18%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120114700.910.610.53340.1883.2125.69
Hex78B2F05B3D35154531a
Octal17013570133756552412332
Binary1111000101110111101011011111101110101101010100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,11,47); }

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

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

 a { background-color: rgb(120,11,47); }

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

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

 span { border-color: rgb(120,11,47); }

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