#780933

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

Shades of Burgundy #780933

Tints of Burgundy #780933

Color information

#780933 (or 0x780933) is unknown color: approx Burgundy. HEX triplet: 78, 09 and 33. RGB value is (120,9,51). Sum of RGB (Red+Green+Blue) = 120+9+51=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #780933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780933 is #87F6CC. Grayscale: #2E2E2E. Windows color (decimal): -8910541 or 3344760. OLE color: 3344760.

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

Color convert

RGB120951-
CMYK00.920.580.53
HSL337.3º86.05%25.29%-
HSV(B)337.3º92.5%47.06%-
XYZ8.444.433.54-
YUV46.98130.27180.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=66.67%
G=5%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12095100.920.580.53337.386.0525.29
Hex7893305C3A351515619
Octal17011630134726552112631
Binary1111000100111001101011100111010110101101010001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780933; }

 p { color: rgb(120,9,51); }

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

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

 a { background-color: rgb(120,9,51); }

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

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

 span { border-color: rgb(120,9,51); }

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