#780433

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

Shades of Burgundy #780433

Tints of Burgundy #780433

Color information

#780433 (or 0x780433) is unknown color: approx Burgundy. HEX triplet: 78, 04 and 33. RGB value is (120,4,51). Sum of RGB (Red+Green+Blue) = 120+4+51=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #780433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780433 is #87FBCC. Grayscale: #2B2B2B. Windows color (decimal): -8911821 or 3343480. OLE color: 3343480.

HSL color Cylindrical-coordinate representation of color #780433: hue angle of 335.69º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780433 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB120451-
CMYK00.970.580.53
HSL335.69º93.55%24.31%-
HSV(B)335.69º96.67%47.06%-
XYZ8.394.323.52-
YUV44.04131.93182.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 51 (20.31% from 255) = 29.14%
R=68.57%
G=2.29%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12045100.970.580.53335.6993.5524.31
Hex784330613A351505e18
Octal1704630141726552013630
Binary111100010011001101100001111010110101101010000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780433; }

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

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

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

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

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

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

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

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