#790E29

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

Shades of Burgundy #790E29

Tints of Burgundy #790E29

Color information

#790E29 (or 0x790E29) is unknown color: approx Burgundy. HEX triplet: 79, 0E and 29. RGB value is (121,14,41). Sum of RGB (Red+Green+Blue) = 121+14+41=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #790E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790E29 is #86F1D6. Grayscale: #313131. Windows color (decimal): -8843735 or 2690681. OLE color: 2690681.

HSL color Cylindrical-coordinate representation of color #790E29: hue angle of 344.86º 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 #790E29 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1211441-
CMYK00.880.660.53
HSL344.86º79.26%26.47%-
HSV(B)344.86º88.43%47.45%-
XYZ8.444.542.53-
YUV49.07123.45179.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.75%
GREEN value IS 14 (5.86% from 255) = 7.95%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=68.75%
G=7.95%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121144100.880.660.53344.8679.2626.47
Hex79E2905842351594f1a
Octal171165101301026553111732
Binary11110011110101001010110001000010110101101011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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