#690725

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

Shades of Burgundy #690725

Tints of Burgundy #690725

Color information

#690725 (or 0x690725) is unknown color: approx Burgundy. HEX triplet: 69, 07 and 25. RGB value is (105,7,37). Sum of RGB (Red+Green+Blue) = 105+7+37=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #690725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690725 is #96F8DA. Grayscale: #272727. Windows color (decimal): -9894107 or 2426729. OLE color: 2426729.

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

Color convert

RGB105737-
CMYK00.930.650.59
HSL341.63º87.5%21.96%-
HSV(B)341.63º93.33%41.18%-
XYZ6.243.292.06-
YUV39.72126.47174.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.47%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=70.47%
G=4.70%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10573700.930.650.59341.6387.521.96
Hex6972505D413B1565816
Octal15174501351017352613026
Binary1101001111100101010111011000001111011101010110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690725; }

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

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

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

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

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

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

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

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