#690724

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

Shades of Burgundy #690724

Tints of Burgundy #690724

Color information

#690724 (or 0x690724) is unknown color: approx Burgundy. HEX triplet: 69, 07 and 24. RGB value is (105,7,36). Sum of RGB (Red+Green+Blue) = 105+7+36=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #690724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690724 is #96F8DB. Grayscale: #272727. Windows color (decimal): -9894108 or 2361193. OLE color: 2361193.

HSL color Cylindrical-coordinate representation of color #690724: hue angle of 342.24º 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 #690724 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB105736-
CMYK00.930.660.59
HSL342.24º87.5%21.96%-
HSV(B)342.24º93.33%41.18%-
XYZ6.223.281.97-
YUV39.61125.97174.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.95%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=70.95%
G=4.73%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10573600.930.660.59342.2487.521.96
Hex6972405D423B1565816
Octal15174401351027352613026
Binary1101001111100100010111011000010111011101010110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690724; }

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

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

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

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

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

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

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

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