#781027

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

Shades of Burgundy #781027

Tints of Burgundy #781027

Color information

#781027 (or 0x781027) is unknown color: approx Burgundy. HEX triplet: 78, 10 and 27. RGB value is (120,16,39). Sum of RGB (Red+Green+Blue) = 120+16+39=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781027 is #87EFD8. Grayscale: #313131. Windows color (decimal): -8908761 or 2560120. OLE color: 2560120.

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

Color convert

RGB1201639-
CMYK00.870.670.53
HSL346.73º76.47%26.67%-
HSV(B)346.73º86.67%47.06%-
XYZ8.34.512.35-
YUV49.72121.96178.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=68.57%
G=9.14%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120163900.870.670.53346.7376.4726.67
Hex781027057433515b4c1b
Octal170204701271036553311433
Binary111100010000100111010101111000011110101101011011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781027; }

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

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

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

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

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

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

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

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