#791027

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

Shades of Burgundy #791027

Tints of Burgundy #791027

Color information

#791027 (or 0x791027) is unknown color: approx Burgundy. HEX triplet: 79, 10 and 27. RGB value is (121,16,39). Sum of RGB (Red+Green+Blue) = 121+16+39=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #791027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791027 is #86EFD8. Grayscale: #323232. Windows color (decimal): -8843225 or 2560121. OLE color: 2560121.

HSL color Cylindrical-coordinate representation of color #791027: hue angle of 346.86º degrees, saturation: 0.77, 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 #791027 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1211639-
CMYK00.870.680.53
HSL346.86º76.64%26.86%-
HSV(B)346.86º86.78%47.45%-
XYZ8.444.582.36-
YUV50.02121.79178.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.75%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 39 (15.62% from 255) = 22.16%
R=68.75%
G=9.09%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121163900.870.680.53346.8676.6426.86
Hex791027057443515b4d1b
Octal171204701271046553311533
Binary111100110000100111010101111000100110101101011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791027; }

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

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

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

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

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

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

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

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