#780D28

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

Shades of Burgundy #780D28

Tints of Burgundy #780D28

Color information

#780D28 (or 0x780D28) is unknown color: approx Burgundy. HEX triplet: 78, 0D and 28. RGB value is (120,13,40). Sum of RGB (Red+Green+Blue) = 120+13+40=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #780D28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D28 is #87F2D7. Grayscale: #303030. Windows color (decimal): -8909528 or 2624888. OLE color: 2624888.

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

Color convert

RGB1201340-
CMYK00.890.670.53
HSL344.86º80.45%26.08%-
HSV(B)344.86º89.17%47.06%-
XYZ8.274.432.43-
YUV48.07123.45179.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 69.36%
GREEN value IS 13 (5.47% from 255) = 7.51%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=69.36%
G=7.51%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120134000.890.670.53344.8680.4526.08
Hex78D280594335159501a
Octal170155001311036553112032
Binary11110001101101000010110011000011110101101011001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,13,40); }

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

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

 a { background-color: rgb(120,13,40); }

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

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

 span { border-color: rgb(120,13,40); }

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