#780427

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

Shades of Burgundy #780427

Tints of Burgundy #780427

Color information

#780427 (or 0x780427) is unknown color: approx Burgundy. HEX triplet: 78, 04 and 27. RGB value is (120,4,39). Sum of RGB (Red+Green+Blue) = 120+4+39=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #780427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780427 is #87FBD8. Grayscale: #2A2A2A. Windows color (decimal): -8911833 or 2557048. OLE color: 2557048.

HSL color Cylindrical-coordinate representation of color #780427: hue angle of 341.9º 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 #780427 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB120439-
CMYK00.970.670.53
HSL341.9º93.55%24.31%-
HSV(B)341.9º96.67%47.06%-
XYZ8.164.232.31-
YUV42.67125.93183.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.62%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 39 (15.62% from 255) = 23.93%
R=73.62%
G=2.45%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12043900.970.670.53341.993.5524.31
Hex7842706143351565e18
Octal17044701411036552613630
Binary1111000100100111011000011000011110101101010110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780427; }

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

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

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

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

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

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

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

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