#791028

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

Shades of Burgundy #791028

Tints of Burgundy #791028

Color information

#791028 (or 0x791028) is unknown color: approx Burgundy. HEX triplet: 79, 10 and 28. RGB value is (121,16,40). Sum of RGB (Red+Green+Blue) = 121+16+40=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #791028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791028 is #86EFD7. Grayscale: #323232. Windows color (decimal): -8843224 or 2625657. OLE color: 2625657.

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

Color convert

RGB1211640-
CMYK00.870.670.53
HSL346.29º76.64%26.86%-
HSV(B)346.29º86.78%47.45%-
XYZ8.454.592.45-
YUV50.13122.29178.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.36%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=68.36%
G=9.04%
B=22.60%

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
Decimal121164000.870.670.53346.2976.6426.86
Hex791028057433515a4d1b
Octal171205001271036553211533
Binary111100110000101000010101111000011110101101011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791028; }

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

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

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

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

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

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

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

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