#790B2F

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

Shades of Burgundy #790B2F

Tints of Burgundy #790B2F

Color information

#790B2F (or 0x790B2F) is unknown color: approx Burgundy. HEX triplet: 79, 0B and 2F. RGB value is (121,11,47). Sum of RGB (Red+Green+Blue) = 121+11+47=179 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.60% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 121 - color contains mainly: red. Hex color #790B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790B2F is #86F4D0. Grayscale: #2F2F2F. Windows color (decimal): -8844497 or 3083129. OLE color: 3083129.

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

Color convert

RGB1211147-
CMYK00.910.610.53
HSL340.36º83.33%25.88%-
HSV(B)340.36º90.91%47.45%-
XYZ8.524.513.11-
YUV47.99127.44180.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.60%
GREEN value IS 11 (4.69% from 255) = 6.15%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=67.60%
G=6.15%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121114700.910.610.53340.3683.3325.88
Hex79B2F05B3D35154531a
Octal17113570133756552412332
Binary1111001101110111101011011111101110101101010100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,11,47); }

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

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

 a { background-color: rgb(121,11,47); }

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

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

 span { border-color: rgb(121,11,47); }

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