#790E26

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

Shades of Burgundy #790E26

Tints of Burgundy #790E26

Color information

#790E26 (or 0x790E26) is unknown color: approx Burgundy. HEX triplet: 79, 0E and 26. RGB value is (121,14,38). Sum of RGB (Red+Green+Blue) = 121+14+38=173 (22% of max value = 765). Red value is 121 (47.66% from 255 or 69.94% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 121 - color contains mainly: red. Hex color #790E26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790E26 is #86F1D9. Grayscale: #303030. Windows color (decimal): -8843738 or 2494073. OLE color: 2494073.

HSL color Cylindrical-coordinate representation of color #790E26: hue angle of 346.54º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790E26 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1211438-
CMYK00.880.690.53
HSL346.54º79.26%26.47%-
HSV(B)346.54º88.43%47.45%-
XYZ8.394.522.26-
YUV48.73121.95179.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.94%
GREEN value IS 14 (5.86% from 255) = 8.09%
BLUE value IS 38 (15.23% from 255) = 21.97%
R=69.94%
G=8.09%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121143800.880.690.53346.5479.2626.47
Hex79E26058453515b4f1a
Octal171164601301056553311732
Binary11110011110100110010110001000101110101101011011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790E26; }

 p { color: rgb(121,14,38); }

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

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

 a { background-color: rgb(121,14,38); }

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

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

 span { border-color: rgb(121,14,38); }

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