#690729

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

Shades of Burgundy #690729

Tints of Burgundy #690729

Color information

#690729 (or 0x690729) is unknown color: approx Burgundy. HEX triplet: 69, 07 and 29. RGB value is (105,7,41). Sum of RGB (Red+Green+Blue) = 105+7+41=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #690729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690729 is #96F8D6. Grayscale: #282828. Windows color (decimal): -9894103 or 2688873. OLE color: 2688873.

HSL color Cylindrical-coordinate representation of color #690729: hue angle of 339.18º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690729 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB105741-
CMYK00.930.610.59
HSL339.18º87.5%21.96%-
HSV(B)339.18º93.33%41.18%-
XYZ6.33.322.41-
YUV40.18128.47174.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.63%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 41 (16.41% from 255) = 26.80%
R=68.63%
G=4.58%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10574100.930.610.59339.1887.521.96
Hex6972905D3D3B1535816
Octal1517510135757352313026
Binary110100111110100101011101111101111011101010011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690729; }

 p { color: rgb(105,7,41); }

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

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

 a { background-color: rgb(105,7,41); }

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

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

 span { border-color: rgb(105,7,41); }

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