#780530

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

Shades of Burgundy #780530

Tints of Burgundy #780530

Color information

#780530 (or 0x780530) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 30. RGB value is (120,5,48). Sum of RGB (Red+Green+Blue) = 120+5+48=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #780530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780530 is #87FACF. Grayscale: #2C2C2C. Windows color (decimal): -8911568 or 3147128. OLE color: 3147128.

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

Color convert

RGB120548-
CMYK00.960.600.53
HSL337.57º92%24.51%-
HSV(B)337.57º95.83%47.06%-
XYZ8.334.323.19-
YUV44.29130.1182-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 69.36%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=69.36%
G=2.89%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12054800.960.600.53337.579224.51
Hex785300603C351525c19
Octal1705600140746552213431
Binary111100010111000001100000111100110101101010010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780530; }

 p { color: rgb(120,5,48); }

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

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

 a { background-color: rgb(120,5,48); }

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

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

 span { border-color: rgb(120,5,48); }

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