#79062F

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

Shades of Burgundy #79062F

Tints of Burgundy #79062F

Color information

#79062F (or 0x79062F) is unknown color: approx Burgundy. HEX triplet: 79, 06 and 2F. RGB value is (121,6,47). Sum of RGB (Red+Green+Blue) = 121+6+47=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #79062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79062F is #86F9D0. Grayscale: #2D2D2D. Windows color (decimal): -8845777 or 3081849. OLE color: 3081849.

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

Color convert

RGB121647-
CMYK00.950.610.53
HSL338.61º90.55%24.9%-
HSV(B)338.61º95.04%47.45%-
XYZ8.464.43.09-
YUV45.06129.1182.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.54%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=69.54%
G=3.45%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12164700.950.610.53338.6190.5524.9
Hex7962F05F3D351535b19
Octal1716570137756552313331
Binary111100111010111101011111111101110101101010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79062F; }

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

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

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

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

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

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

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

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