#780F2B

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

Shades of Burgundy #780F2B

Tints of Burgundy #780F2B

Color information

#780F2B (or 0x780F2B) is unknown color: approx Burgundy. HEX triplet: 78, 0F and 2B. RGB value is (120,15,43). Sum of RGB (Red+Green+Blue) = 120+15+43=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #780F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F2B is #87F0D4. Grayscale: #313131. Windows color (decimal): -8909013 or 2822008. OLE color: 2822008.

HSL color Cylindrical-coordinate representation of color #780F2B: hue angle of 344º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F2B is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1201543-
CMYK00.870.640.53
HSL344º77.78%26.47%-
HSV(B)344º87.5%47.06%-
XYZ8.354.512.72-
YUV49.59124.29178.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.42%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=67.42%
G=8.43%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120154300.870.640.5334477.7826.47
Hex78F2B05740351584e1a
Octal170175301271006553011632
Binary11110001111101011010101111000000110101101011000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,15,43); }

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

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

 a { background-color: rgb(120,15,43); }

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

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

 span { border-color: rgb(120,15,43); }

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