#780F2D

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

Shades of Burgundy #780F2D

Tints of Burgundy #780F2D

Color information

#780F2D (or 0x780F2D) is unknown color: approx Burgundy. HEX triplet: 78, 0F and 2D. RGB value is (120,15,45). Sum of RGB (Red+Green+Blue) = 120+15+45=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #780F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F2D is #87F0D2. Grayscale: #313131. Windows color (decimal): -8909011 or 2953080. OLE color: 2953080.

HSL color Cylindrical-coordinate representation of color #780F2D: hue angle of 342.86º 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 #780F2D is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1201545-
CMYK00.870.630.53
HSL342.86º77.78%26.47%-
HSV(B)342.86º87.5%47.06%-
XYZ8.394.522.91-
YUV49.82125.29178.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.67%
GREEN value IS 15 (6.25% from 255) = 8.33%
BLUE value IS 45 (17.97% from 255) = 25%
R=66.67%
G=8.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120154500.870.630.53342.8677.7826.47
Hex78F2D0573F351574e1a
Octal17017550127776552711632
Binary1111000111110110101010111111111110101101010111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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