#780127

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

Shades of Burgundy #780127

Tints of Burgundy #780127

Color information

#780127 (or 0x780127) is unknown color: approx Burgundy. HEX triplet: 78, 01 and 27. RGB value is (120,1,39). Sum of RGB (Red+Green+Blue) = 120+1+39=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #780127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780127 is #87FED8. Grayscale: #282828. Windows color (decimal): -8912601 or 2556280. OLE color: 2556280.

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

Color convert

RGB120139-
CMYK00.990.670.53
HSL340.84º98.35%23.73%-
HSV(B)340.84º99.17%47.06%-
XYZ8.124.162.29-
YUV40.91126.92184.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 39 (15.62% from 255) = 24.38%
R=75%
G=0.62%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12013900.990.670.53340.8498.3523.73
Hex7812706343351556218
Octal17014701431036552514230
Binary11110001100111011000111000011110101101010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780127; }

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

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

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

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

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

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

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

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